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

  /external/qemu/
exec-all.h 153 the next pointer: 0 = jmp_next[0], 1 = jmp_next[1], 2 =
155 struct TranslationBlock *jmp_next[2]; member in struct:TranslationBlock
329 if (!tb->jmp_next[n]) {
334 tb->jmp_next[n] = tb_next->jmp_first;
exec.c 752 ptb = &tb->jmp_next[n];
765 ptb = &tb1->jmp_next[n1];
769 *ptb = tb->jmp_next[n];
771 tb->jmp_next[n] = NULL;
828 tb2 = tb1->jmp_next[n1];
830 tb1->jmp_next[n1] = NULL;
    [all...]

Completed in 42 milliseconds