Searched refs:push_jmp_history (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 3477 static int push_jmp_history(struct bpf_verifier_env *env, struct bpf_verifier_state *cur, in push_jmp_history() function 4734 return push_jmp_history(env, env->cur_state, insn_flags, 0); in check_stack_write_fixed_off() 5041 return push_jmp_history(env, env->cur_state, insn_flags, 0); in check_stack_read_fixed_off() 15483 err = push_jmp_history(env, this_branch, 0, linked_regs_pack(&linked_regs)); in check_cond_jmp_op() 18081 err = err ? : push_jmp_history(env, cur, 0, 0); in is_state_visited() 18349 err = push_jmp_history(env, state, 0, 0); in do_check()
|