Searched refs:page_next (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A Dexec-all.h171 of the pointer tells the index in page_next[] */
172 struct TranslationBlock *page_next[2]; member in struct:TranslationBlock
H A Dexec.c879 *ptb = tb1->page_next[n1];
882 ptb = &tb1->page_next[n1];
1075 tb = tb->page_next[n];
1155 tb_next = tb->page_next[n];
1300 tb = tb->page_next[n];
1325 tb->page_next[n] = p->first_tb;

Completed in 361 milliseconds