Searched refs:push_stack (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 1700 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack() function 8254 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in process_iter_next_call() 9747 callback_state = push_stack(env, env->subprog_info[subprog].start, insn_idx, false); in push_callback_call() 13021 branch = push_stack(env, next_idx, curr_idx, true); in sanitize_speculative_path() 15384 queued_st = push_stack(env, idx + 1, idx, false); in check_cond_jmp_op() 15488 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx, in check_cond_jmp_op()
|