Home
last modified time | relevance | path

Searched refs:halted (Results 1 – 25 of 69) sorted by relevance

123

/qemu/target/s390x/
H A Dcpu-sysemu.c177 return cpu->halted && !(S390_CPU(cpu)->env.psw.mask & in disabled_wait()
204 if (!cs->halted) { in s390_cpu_halt()
205 cs->halted = 1; in s390_cpu_halt()
217 if (cs->halted) { in s390_cpu_unhalt()
218 cs->halted = 0; in s390_cpu_unhalt()
H A Dsigp.c119 if (cs->halted) { in sigp_stop()
135 if (s390_cpu_get_state(cpu) == S390_CPU_STATE_OPERATING && cs->halted) { in sigp_stop_and_store_status()
318 idle = CPU(dst_cpu)->halted; in sigp_cond_emergency()
352 if (CPU(dst_cpu)->halted) { in sigp_sense_running()
/qemu/target/arm/
H A Darm-powerctl.c70 target_cpu_state->halted = 0; in arm_set_cpu_on_async_work()
197 target_cpu_state->halted = 0; in arm_set_cpu_on_and_reset_async_work()
253 target_cpu_state->halted = 1; in arm_set_cpu_off_async_work()
/qemu/semihosting/
H A Dconsole.c54 cs->halted = 0; in console_wake_up()
86 cs->halted = 1; in qemu_semihosting_console_block_until_ready()
/qemu/hw/usb/
H A Dcore.c432 if (p->ep->halted) { in usb_handle_packet()
434 p->ep->halted = false; in usb_handle_packet()
475 ep->halted = true; in usb_packet_complete_one()
495 if (ep->halted) { in usb_packet_complete()
802 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted) in usb_ep_set_halted() argument
805 uep->halted = halted; in usb_ep_set_halted()
H A Dcombined-packet.c133 if (ep->halted) { in usb_ep_combine_input_packets()
/qemu/hw/ppc/
H A Dspapr_rtas.c113 if (CPU(cpu)->halted) { in rtas_query_cpu_stopped_state()
156 if (!CPU(newcpu)->halted) { in rtas_start_cpu()
218 cs->halted = 1; in rtas_stop_self()
244 if (!cs->halted || (e->msr & (1ULL << MSR_EE))) { in rtas_ibm_suspend_me()
H A Dppc.c121 cs->halted = 1; in ppc6xx_set_irq()
191 cs->halted = 1; in ppc970_set_irq()
194 cs->halted = 0; in ppc970_set_irq()
388 cs->halted = 1; in ppc40x_set_irq()
391 cs->halted = 0; in ppc40x_set_irq()
H A Dspapr_hcall.c507 cs->halted = 1; in h_cede()
529 cs->halted = 1; in h_confer_self()
561 if (!cs->halted || (e->msr & (1ULL << MSR_EE))) { in h_join()
644 cs->halted = 0; in h_prod()
1172 if (!cs->halted) { in do_client_architecture_support()
H A Dppce500_spin.c112 cs->halted = 0; in spin_kick()
/qemu/hw/sparc64/
H A Dsparc64.c43 cs->halted = 0; in cpu_kick_irq()
58 cs->halted = 0; in sparc64_cpu_set_ivec_irq()
/qemu/target/mips/tcg/
H A Dexception.c71 cs->halted = 1; in helper_wait()
/qemu/hw/sparc/
H A Dleon3.c159 cpu->halted = cpu->cpu_index != 0; in leon3_cpu_reset()
239 cpu->halted = 0; in leon3_start_cpu_async_work()
/qemu/hw/misc/
H A Dmips_cpc.c41 cs->halted = 0; in mips_cpu_reset_async_work()
H A Dmips_itu.c175 if (cs->halted && (c->blocked_threads & (1ULL << cs->cpu_index))) { in wake_blocked_threads()
186 current_cpu->halted = 1; in block_thread_and_exit()
/qemu/target/loongarch/tcg/
H A Dop_helper.c137 cs->halted = 1; in helper_idle()
/qemu/accel/tcg/
H A Dcpu-exec.c683 if (cpu->halted) { in cpu_handle_halt()
696 cpu->halted = 0; in cpu_handle_halt()
834 cpu->halted = 1; in cpu_handle_interrupt()
/qemu/target/sparc/
H A Dhelper.c209 cs->halted = 1; in helper_power_down()
/qemu/include/hw/
H A Dusb.h214 bool halted; member
452 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted);
/qemu/target/i386/
H A Dcpu-dump.c388 cs->halted); in x86_cpu_dump_state()
415 cs->halted); in x86_cpu_dump_state()
/qemu/target/i386/hvf/
H A Dhvf.c433 if (!cpu_is_bsp(X86_CPU(cpu)) && cpu->halted) { in hvf_vcpu_exec()
466 cpu->halted = 1; in hvf_vcpu_exec()
/qemu/target/xtensa/
H A Dcpu.c134 cs->halted = env->runstall; in xtensa_cpu_reset_hold()
/qemu/hw/core/
H A Dcpu-common.c129 cpu->halted = cpu->start_powered_off; in cpu_common_reset_hold()
/qemu/target/mips/
H A Dcpu.c342 cs->halted = 1; in mips_cpu_reset_hold()
350 cs->halted = 0; in mips_cpu_reset_hold()
/qemu/target/openrisc/
H A Dsys_helper.c157 cs->halted = 1; in HELPER()

123