Searched refs:push_stack (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 909 * but see comment in push_stack(), hence:
in update_branch_counts() 952 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, int insn_idx, int prev_insn_idx,
in push_stack() function 5717 branch = push_stack(env, next_idx, curr_idx, true);
in sanitize_speculative_path() 7916 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx, false);
in check_cond_jmp_op()
|
Completed in 17 milliseconds