Home
last modified time | relevance | path

Searched refs:tb_set_jmp_target (Results 1 – 4 of 4) sorted by relevance

/qemu/include/exec/
H A Dexec-all.h449 void tb_set_jmp_target(TranslationBlock *tb, int n, uintptr_t addr);
/qemu/accel/tcg/
H A Dcpu-exec.c626 void tb_set_jmp_target(TranslationBlock *tb, int n, uintptr_t addr) in tb_set_jmp_target() function
663 tb_set_jmp_target(tb, n, (uintptr_t)tb_next->tc.ptr); in tb_add_jump()
H A Dtb-maint.c857 tb_set_jmp_target(tb, n, addr); in tb_reset_jump()
/qemu/docs/devel/
H A Dmulti-thread-tcg.rst154 tb_set_jmp_target() code. Modification to the linked lists that allow