Home
last modified time | relevance | path

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

/external/qemu/
Dexec-all.h155 struct TranslationBlock *jmp_next[2]; member
329 if (!tb->jmp_next[n]) { in tb_add_jump()
334 tb->jmp_next[n] = tb_next->jmp_first; in tb_add_jump()
Dexec.c752 ptb = &tb->jmp_next[n]; in tb_jmp_remove()
765 ptb = &tb1->jmp_next[n1]; in tb_jmp_remove()
769 *ptb = tb->jmp_next[n]; in tb_jmp_remove()
771 tb->jmp_next[n] = NULL; in tb_jmp_remove()
828 tb2 = tb1->jmp_next[n1]; in tb_phys_invalidate()
830 tb1->jmp_next[n1] = NULL; in tb_phys_invalidate()
1250 tb->jmp_next[0] = NULL; in tb_link_phys()
1251 tb->jmp_next[1] = NULL; in tb_link_phys()
1303 tb1 = tb->jmp_next[n]; in tb_reset_jump_recursive2()
1311 tb1 = tb1->jmp_next[n1]; in tb_reset_jump_recursive2()
[all …]