OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:page_next
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
exec-all.h
139
of the pointer tells the index in
page_next
[] */
140
struct TranslationBlock *
page_next
[2];
member in struct:TranslationBlock
exec.c
740
*ptb = tb1->
page_next
[n1];
743
ptb = &tb1->
page_next
[n1];
897
tb = tb->
page_next
[n];
980
tb_next = tb->
page_next
[n];
[
all
...]
Completed in 385 milliseconds