Home
last modified time | relevance | path

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

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