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

/vbox/src/recompiler/
H A Dexec.c855 static inline void tb_remove(TranslationBlock **ptb, TranslationBlock *tb, argument
860 tb1 = *ptb;
862 *ptb = *(TranslationBlock **)((char *)tb1 + next_offset);
865 ptb = (TranslationBlock **)((char *)tb1 + next_offset);
869 static inline void tb_page_remove(TranslationBlock **ptb, TranslationBlock *tb) argument
875 tb1 = *ptb;
879 *ptb = tb1->page_next[n1];
882 ptb = &tb1->page_next[n1];
888 TranslationBlock *tb1, **ptb; local
891 ptb
1402 TranslationBlock **ptb; local
1471 TranslationBlock *tb1, *tb_next, **ptb; local
[all...]

Completed in 75 milliseconds