Searched refs:jmp_list_next (Results 1 – 4 of 4) sorted by relevance
142 uintptr_t jmp_list_next[2]; member
517 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()
44 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()
645 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()