Searched refs:push_stack (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 2041 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack() function 7964 queued_st = push_stack(env, insn_idx + 1, insn_idx, false); in process_iter_next_call() 9306 callback_state = push_stack(env, env->subprog_info[subprog].start, insn_idx, false); in push_callback_call() 12238 branch = push_stack(env, next_idx, curr_idx, true); in sanitize_speculative_path() 14608 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx, in check_cond_jmp_op()
|