Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/system/
H A Dseg_helper.c143 if (!cpu_has_work(cpu)) { in x86_cpu_exec_halt()
/openbmc/qemu/hw/core/
H A Dcpu-system.c34 bool cpu_has_work(CPUState *cpu) in cpu_has_work() function
/openbmc/qemu/include/hw/core/
H A Dcpu.h751 bool cpu_has_work(CPUState *cpu);
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c388 if (cpu_has_work(cs)) { in HELPER()
441 if (cpu_has_work(cs) || cntvct >= timeout) { in HELPER()
/openbmc/qemu/system/
H A Dcpus.c95 if (!cpu->halted || cpu_has_work(cpu)) { in cpu_thread_is_idle()
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c509 if (!cpu_has_work(cs)) { in h_cede()
/openbmc/qemu/target/arm/
H A Dcpu.c1120 bool leave_halt = cpu_has_work(cs); in arm_cpu_exec_halt()