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

  /external/qemu/include/exec/
exec-all.h 180 the next pointer: 0 = jmp_next[0], 1 = jmp_next[1], 2 =
182 struct TranslationBlock *jmp_next[2]; member in struct:TranslationBlock
313 if (!tb->jmp_next[n]) {
318 tb->jmp_next[n] = tb_next->jmp_first;
  /external/qemu/
translate-all.c 835 ptb = &tb->jmp_next[n];
849 ptb = &tb1->jmp_next[n1];
853 *ptb = tb->jmp_next[n];
855 tb->jmp_next[n] = NULL;
915 tb2 = tb1->jmp_next[n1];
917 tb1->jmp_next[n1] = NULL;
    [all...]

Completed in 74 milliseconds