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

/vbox/src/recompiler/
H A Dcpu-exec.c113 uintptr_t next_tb; local
126 tcg_qemu_tb_exec(tb->tc_ptr, next_tb);
128 next_tb = tcg_qemu_tb_exec(tb->tc_ptr);
132 if ((next_tb & 3) == 2) {
239 uintptr_t next_tb; local
395 next_tb = 0; /* force lookup of first TB */
477 next_tb = 0;
483 next_tb = 0;
487 next_tb = 0;
507 next_tb
[all...]

Completed in 45 milliseconds