Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c2017 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack() function
8917 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in process_iter_next_call()
10501 callback_state = push_stack(env, env->subprog_info[subprog].start, insn_idx, false); in push_callback_call()
13460 branch = push_stack(env, env->insn_idx + 1, env->insn_idx, false); in check_kfunc_call()
14049 branch = push_stack(env, next_idx, curr_idx, true); in sanitize_speculative_path()
16403 queued_st = push_stack(env, idx + 1, idx, false); in check_cond_jmp_op()
16507 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx, in check_cond_jmp_op()