Home
last modified time | relevance | path

Searched refs:cpu_has_work (Results 1 – 6 of 6) sorted by relevance

/qemu/target/i386/tcg/sysemu/
A Dseg_helper.c143 if (!cpu_has_work(cpu)) { in x86_cpu_exec_halt()
/qemu/target/arm/tcg/
A Dop_helper.c388 if (cpu_has_work(cs)) { in HELPER()
434 if (cpu_has_work(cs) || cntvct >= timeout) { in HELPER()
/qemu/include/hw/core/
A Dcpu.h827 static inline bool cpu_has_work(CPUState *cpu) in cpu_has_work() function
/qemu/system/
A Dcpus.c94 if (!cpu->halted || cpu_has_work(cpu)) { in cpu_thread_is_idle()
/qemu/hw/ppc/
A Dspapr_hcall.c506 if (!cpu_has_work(cs)) { in h_cede()
/qemu/target/arm/
A Dcpu.c1147 bool leave_halt = cpu_has_work(cs); in arm_cpu_exec_halt()

Completed in 29 milliseconds