HomeSort by relevance Sort by last modified time
    Searched refs:jmp_first (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/exec/
exec-all.h 181 jmp_first */
183 struct TranslationBlock *jmp_first; member in struct:TranslationBlock
318 tb->jmp_next[n] = tb_next->jmp_first;
319 tb_next->jmp_first = (TranslationBlock *)((uintptr_t)(tb) | (n));
  /external/qemu/
translate-all.c 847 ptb = &tb1->jmp_first;
908 tb1 = tb->jmp_first;
920 tb->jmp_first = (TranslationBlock *)((uintptr_t)tb | 2); /* fail safe */
    [all...]

Completed in 4635 milliseconds