Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dtranslation-block.h142 uintptr_t jmp_list_next[2]; member
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c517 tb->jmp_list_next[0] = (uintptr_t)NULL; in tb_gen_code()
518 tb->jmp_list_next[1] = (uintptr_t)NULL; in tb_gen_code()
H A Dtb-maint.c44 TB_FOR_EACH_TAGGED((head_tb)->jmp_list_head, tb, n, jmp_list_next)
841 *pprev = tb->jmp_list_next[n]; in tb_remove_from_jmp_list()
846 pprev = &tb->jmp_list_next[n]; in tb_remove_from_jmp_list()
H A Dcpu-exec.c645 assert(n < ARRAY_SIZE(tb->jmp_list_next)); in tb_add_jump()
663 tb->jmp_list_next[n] = tb_next->jmp_list_head; in tb_add_jump()