HomeSort by relevance Sort by last modified time
    Searched refs:qemu_cpu_has_work (Results 1 - 4 of 4) sorted by null

  /external/qemu/
cpus.c 87 if (qemu_cpu_has_work(env))
cpu-all.h 842 int qemu_cpu_has_work(CPUState *env);
qemu-timer.c 498 if (qemu_cpu_has_work(cpu_single_env) || !active_timers[clock->type]) {
    [all...]
cpu-exec.c 54 int qemu_cpu_has_work(CPUState *env) function
    [all...]

Completed in 415 milliseconds