Home
last modified time | relevance | path

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

/external/qemu/
Dexec-all.h152 struct TranslationBlock *jmp_first; member
330 tb->jmp_next[n] = tb_next->jmp_first; in tb_add_jump()
331 tb_next->jmp_first = (TranslationBlock *)((long)(tb) | (n)); in tb_add_jump()
Dexec.c753 ptb = &tb1->jmp_first; in tb_jmp_remove()
812 tb1 = tb->jmp_first; in tb_phys_invalidate()
823 tb->jmp_first = (TranslationBlock *)((long)tb | 2); /* fail safe */ in tb_phys_invalidate()
1240 tb->jmp_first = (TranslationBlock *)((long)tb | 2); in tb_link_phys()
1308 ptb = &tb_next->jmp_first; in tb_reset_jump_recursive2()