/qemu/target/s390x/ |
H A D | cpu-system.c | 195 return cpu->halted && !(S390_CPU(cpu)->env.psw.mask & in disabled_wait() 222 if (!cs->halted) { in s390_cpu_halt() 223 cs->halted = 1; in s390_cpu_halt() 235 if (cs->halted) { in s390_cpu_unhalt() 236 cs->halted = 0; in s390_cpu_unhalt()
|
H A D | sigp.c | 119 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() 314 idle = CPU(dst_cpu)->halted; in sigp_cond_emergency() 348 if (CPU(dst_cpu)->halted) { in sigp_sense_running()
|
/qemu/target/arm/ |
H A D | arm-powerctl.c | 70 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 D | console.c | 55 cs->halted = 0; in console_wake_up() 87 cs->halted = 1; in qemu_semihosting_console_block_until_ready()
|
/qemu/hw/usb/ |
H A D | core.c | 432 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 D | combined-packet.c | 133 if (ep->halted) { in usb_ep_combine_input_packets()
|
/qemu/hw/sparc64/ |
H A D | sparc64.c | 43 cs->halted = 0; in cpu_kick_irq() 58 cs->halted = 0; in sparc64_cpu_set_ivec_irq()
|
/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 157 if (!CPU(newcpu)->halted) { in rtas_start_cpu() 221 cs->halted = 1; in rtas_stop_self() 247 if (!cs->halted || (e->msr & (1ULL << MSR_EE))) { in rtas_ibm_suspend_me()
|
H A D | spapr_hcall.c | 510 cs->halted = 1; in h_cede() 532 cs->halted = 1; in h_confer_self() 564 if (!cs->halted || (e->msr & (1ULL << MSR_EE))) { in h_join() 649 cs->halted = 0; in h_prod() 1185 if (!cs->halted) { in do_client_architecture_support()
|
H A D | ppc.c | 122 cs->halted = 1; in ppc6xx_set_irq() 192 cs->halted = 1; in ppc970_set_irq() 195 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 D | ppce500_spin.c | 100 cs->halted = 0; in spin_kick()
|
/qemu/target/mips/tcg/ |
H A D | exception.c | 71 cs->halted = 1; in helper_wait()
|
/qemu/hw/sparc/ |
H A D | leon3.c | 159 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 D | mips_cpc.c | 41 cs->halted = 0; in mips_cpu_reset_async_work()
|
H A D | mips_itu.c | 175 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 D | op_helper.c | 136 cs->halted = 1; in helper_idle()
|
/qemu/target/ppc/ |
H A D | excp_helper.c | 1647 if (cs->halted) { in p7_next_unmasked_interrupt() 1740 if (cs->halted) { in p8_next_unmasked_interrupt() 1866 if (cs->halted) { in p9_next_unmasked_interrupt() 2236 if (cs->halted && !(env->spr[SPR_PSSCR] & PSSCR_EC) && in p9_deliver_interrupt() 2442 cs->halted = 0; in ppc_cpu_do_system_reset() 2464 cs->halted = 0; in ppc_cpu_do_fwnmi_machine_check()
|
/qemu/accel/tcg/ |
H A D | cpu-exec.c | 655 if (cpu->halted) { in cpu_handle_halt() 663 cpu->halted = 0; in cpu_handle_halt() 801 cpu->halted = 1; in cpu_handle_interrupt()
|
/qemu/target/sparc/ |
H A D | helper.c | 208 cs->halted = 1; in helper_power_down()
|
/qemu/include/hw/ |
H A D | usb.h | 214 bool halted; member 452 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted);
|
/qemu/target/i386/ |
H A D | cpu-dump.c | 387 cs->halted); in x86_cpu_dump_state() 414 cs->halted); in x86_cpu_dump_state()
|
/qemu/hw/core/ |
H A D | cpu-system.c | 275 VMSTATE_UINT32(halted, CPUState),
|
/qemu/target/mips/ |
H A D | cpu.c | 338 cs->halted = 1; in mips_cpu_reset_hold() 346 cs->halted = 0; in mips_cpu_reset_hold()
|
/qemu/target/openrisc/ |
H A D | sys_helper.c | 158 cs->halted = 1; in HELPER()
|
/qemu/target/xtensa/ |
H A D | exc_helper.c | 116 cpu->halted = 1; in HELPER()
|