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

  /external/qemu/
exec-all.h 154 jmp_first */
156 struct TranslationBlock *jmp_first; member in struct:TranslationBlock
334 tb->jmp_next[n] = tb_next->jmp_first;
335 tb_next->jmp_first = (TranslationBlock *)((long)(tb) | (n));
exec.c 763 ptb = &tb1->jmp_first;
822 tb1 = tb->jmp_first;
833 tb->jmp_first = (TranslationBlock *)((long)tb | 2); /* fail safe */
    [all...]

Completed in 978 milliseconds