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 150 jmp_first */
152 struct TranslationBlock *jmp_first; member in struct:TranslationBlock
330 tb->jmp_next[n] = tb_next->jmp_first;
331 tb_next->jmp_first = (TranslationBlock *)((long)(tb) | (n));
exec.c 753 ptb = &tb1->jmp_first;
812 tb1 = tb->jmp_first;
823 tb->jmp_first = (TranslationBlock *)((long)tb | 2); /* fail safe */
    [all...]

Completed in 1725 milliseconds