Home | History | Annotate | Download | only in qemu

Lines Matching refs:jmp_first

753                 ptb = &tb1->jmp_first;
812 tb1 = tb->jmp_first;
823 tb->jmp_first = (TranslationBlock *)((long)tb | 2); /* fail safe */
1240 tb->jmp_first = (TranslationBlock *)((long)tb | 2);
1307 /* remove tb from the jmp_first list */
1308 ptb = &tb_next->jmp_first;