Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslation-block.h141 uintptr_t jmp_list_head; member
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c44 TB_FOR_EACH_TAGGED((head_tb)->jmp_list_head, tb, n, jmp_list_next)
838 pprev = &dest->jmp_list_head; in tb_remove_from_jmp_list()
873 dest->jmp_list_head = (uintptr_t)NULL; in tb_jmp_unlink()
H A Dcpu-exec.c663 tb->jmp_list_next[n] = tb_next->jmp_list_head; in tb_add_jump()
664 tb_next->jmp_list_head = (uintptr_t)tb | n; in tb_add_jump()
H A Dtranslate-all.c516 tb->jmp_list_head = (uintptr_t)NULL; in tb_gen_code()