Home | History | Annotate | Download | only in qemu

Lines Matching refs:jmp_first

763                 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;