OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_do_io
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
gen-icount.h
39
tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState,
can_do_io
));
46
tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUState,
can_do_io
));
cpu-defs.h
177
uint32_t
can_do_io
; /* nonzero if memory mapped IO is safe. */ \
qemu-timer.h
318
static inline int
can_do_io
(CPUState *env)
function
327
return env->
can_do_io
!= 0;
translate-all.c
195
env->
can_do_io
= 0;
softmmu_template.h
78
&& !
can_do_io
(env)) {
256
&& !
can_do_io
(env)) {
qemu-timer.c
[
all
...]
exec.c
[
all
...]
Completed in 166 milliseconds