OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tpc2gpc_pairs
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
exec-all.h
171
unsigned int
tpc2gpc_pairs
;
member in struct:TranslationBlock
205
return (tb->tpc2gpc != NULL && pair < tb->
tpc2gpc_pairs
) ?
216
return (tb->tpc2gpc != NULL && pair < tb->
tpc2gpc_pairs
) ?
228
if (tb->tpc2gpc != NULL && tb->
tpc2gpc_pairs
!= 0) {
230
unsigned int m_max = (tb->
tpc2gpc_pairs
- 1) << 1;
translate-all.c
155
tb->
tpc2gpc_pairs
= gen_opc_tpc2gpc_pairs;
exec.c
659
env->tb_jmp_cache[tb_to_clean]->
tpc2gpc_pairs
= 0;
838
tb->
tpc2gpc_pairs
= 0;
[
all
...]
Completed in 36 milliseconds