OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_cpu_has_work
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
cpus.c
86
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
53
int
qemu_cpu_has_work
(CPUState *env)
function
[
all
...]
Completed in 231 milliseconds