Searched refs:tb_set_jmp_target (Results 1 – 4 of 4) sorted by relevance
453 void tb_set_jmp_target(TranslationBlock *tb, int n, uintptr_t addr);
623 void tb_set_jmp_target(TranslationBlock *tb, int n, uintptr_t addr) in tb_set_jmp_target() function660 tb_set_jmp_target(tb, n, (uintptr_t)tb_next->tc.ptr); in tb_add_jump()
857 tb_set_jmp_target(tb, n, addr); in tb_reset_jump()
154 tb_set_jmp_target() code. Modification to the linked lists that allow