OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_tb
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
cpu-defs.h
152
struct TranslationBlock *
current_tb
; /* currently executing TB */ \
exec.c
957
TranslationBlock *
current_tb
= NULL;
local
995
current_tb
= NULL;
998
current_tb
= tb_find_pc(env->mem_io_pc);
1001
if (
current_tb
== tb &&
1002
(
current_tb
->cflags & CF_COUNT_MASK) != 1) {
1010
cpu_restore_state(
current_tb
, env, env->mem_io_pc);
1019
saved_tb = env->
current_tb
;
1020
env->
current_tb
= NULL;
1024
env->
current_tb
= saved_tb;
1025
if (env->interrupt_request && env->
current_tb
)
1087
TranslationBlock *
current_tb
= NULL;
local
[
all
...]
qemu-timer.h
324
if (!env->
current_tb
)
cpu-exec.c
61
env->
current_tb
= NULL;
114
env->
current_tb
= tb;
117
env->
current_tb
= NULL;
653
infinite loop and becomes env->
current_tb
. Avoid
655
env->
current_tb
= tb;
694
env->
current_tb
= NULL;
[
all
...]
Completed in 444 milliseconds