Home
last modified time | relevance | path

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

123

/qemu/target/s390x/
H A Dcpu-system.c195 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 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()
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 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.c55 cs->halted = 0; in console_wake_up()
87 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/sparc64/
H A Dsparc64.c43 cs->halted = 0; in cpu_kick_irq()
58 cs->halted = 0; in sparc64_cpu_set_ivec_irq()
/qemu/hw/ppc/
H A Dspapr_rtas.c157 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 Dspapr_hcall.c510 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 Dppc.c122 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 Dppce500_spin.c100 cs->halted = 0; in spin_kick()
/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.c136 cs->halted = 1; in helper_idle()
/qemu/target/ppc/
H A Dexcp_helper.c1647 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 Dcpu-exec.c655 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 Dhelper.c208 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.c387 cs->halted); in x86_cpu_dump_state()
414 cs->halted); in x86_cpu_dump_state()
/qemu/hw/core/
H A Dcpu-system.c275 VMSTATE_UINT32(halted, CPUState),
/qemu/target/mips/
H A Dcpu.c338 cs->halted = 1; in mips_cpu_reset_hold()
346 cs->halted = 0; in mips_cpu_reset_hold()
/qemu/target/openrisc/
H A Dsys_helper.c158 cs->halted = 1; in HELPER()
/qemu/target/xtensa/
H A Dexc_helper.c116 cpu->halted = 1; in HELPER()

123