OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_has_work
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-arm/
exec.h
35
static inline int
cpu_has_work
(CPUState *env)
function
47
if (
cpu_has_work
(env)) {
/external/qemu/target-mips/
exec.h
36
static inline int
cpu_has_work
(CPUState *env)
function
59
if (
cpu_has_work
(env)) {
/external/qemu/
cpus.c
79
static int
cpu_has_work
(CPUState *env)
function
97
if (
cpu_has_work
(env))
/external/qemu/target-i386/
exec.h
341
static inline int
cpu_has_work
(CPUState *env)
function
359
if (
cpu_has_work
(env)) {
Completed in 33 milliseconds