HomeSort by relevance Sort by last modified time
    Searched defs:tb_next (Results 1 - 3 of 3) sorted by null

  /external/qemu/
exec-all.h 149 unsigned long tb_next[2]; /* address of jump generated code */ member in struct:TranslationBlock
320 tb->tb_next[n] = addr;
326 TranslationBlock *tb_next)
331 tb_set_jmp_target(tb, n, (unsigned long)tb_next->tc_ptr);
334 tb->jmp_next[n] = tb_next->jmp_first;
335 tb_next->jmp_first = (TranslationBlock *)((long)(tb) | (n));
exec.c 950 TranslationBlock *tb, *tb_next, *saved_tb; local
980 tb_next = tb->page_next[n];
1029 tb = tb_next;
1300 TranslationBlock *tb1, *tb_next, **ptb; local
    [all...]
  /external/qemu/tcg/
tcg.h 284 unsigned long *tb_next; member in struct:TCGContext

Completed in 48 milliseconds