Searched refs:jmp_next (Results 1 – 2 of 2) sorted by relevance
155 struct TranslationBlock *jmp_next[2]; member261 if (!tb->jmp_next[n]) { in tb_add_jump()266 tb->jmp_next[n] = tb_next->jmp_first; in tb_add_jump()
693 tb1 = tb1->jmp_next[n1]; in tb_jmp_check()740 ptb = &tb->jmp_next[n]; in tb_jmp_remove()753 ptb = &tb1->jmp_next[n1]; in tb_jmp_remove()757 *ptb = tb->jmp_next[n]; in tb_jmp_remove()759 tb->jmp_next[n] = NULL; in tb_jmp_remove()816 tb2 = tb1->jmp_next[n1]; in tb_phys_invalidate()818 tb1->jmp_next[n1] = NULL; in tb_phys_invalidate()1227 tb->jmp_next[0] = NULL; in tb_link_phys()1228 tb->jmp_next[1] = NULL; in tb_link_phys()1280 tb1 = tb->jmp_next[n]; in tb_reset_jump_recursive2()[all …]