Searched defs:tb_next (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dexec-all.h181 uintptr_t tb_next[2]; /* address of jump generated code */ member in struct:TranslationBlock
276 tb->tb_next[n] = addr;
282 TranslationBlock *tb_next)
287 tb_set_jmp_target(tb, n, (uintptr_t)tb_next->tc_ptr);
290 tb->jmp_next[n] = tb_next->jmp_first;
291 tb_next->jmp_first = (TranslationBlock *)((intptr_t)(tb) | (n));
281 tb_add_jump(TranslationBlock *tb, int n, TranslationBlock *tb_next) argument
H A Dexec.c1125 TranslationBlock *tb, *tb_next, *saved_tb; local
1155 tb_next = tb->page_next[n];
1205 tb = tb_next;
1471 TranslationBlock *tb1, *tb_next, **ptb; local
1485 tb_next = tb1;
1488 ptb = &tb_next->jmp_first;
1504 tb_reset_jump_recursive(tb_next);
/vbox/src/recompiler/tcg/
H A Dtcg.h284 uintptr_t *tb_next; member in struct:TCGContext

Completed in 249 milliseconds