Home
last modified time | relevance | path

Searched refs:qemu_cpu_has_work (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dcpus.c87 if (qemu_cpu_has_work(env)) in cpu_has_work()
Dcpu-all.h842 int qemu_cpu_has_work(CPUState *env);
Dqemu-timer.c498 if (qemu_cpu_has_work(cpu_single_env) || !active_timers[clock->type]) { in qemu_clock_warp()
Dcpu-exec.c54 int qemu_cpu_has_work(CPUState *env) in qemu_cpu_has_work() function