Searched refs:jmp_first (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dexec-all.h154 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));
H A Dexec.c763 ptb = &tb1->jmp_first;
822 tb1 = tb->jmp_first;
833 tb->jmp_first = (TranslationBlock *)((long)tb | 2); /* fail safe */
1249 tb->jmp_first = (TranslationBlock *)((long)tb | 2);
1316 /* remove tb from the jmp_first list */
1317 ptb = &tb_next->jmp_first;

Completed in 339 milliseconds