Searched refs:check_mem_access (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c94 * four pointer types recognized by check_mem_access() function.
927 * We will do check_mem_access to check and update stack bounds later.
1083 * will do check_mem_access to check and update stack bounds later, so
4477 * stack boundary and alignment are checked in check_mem_access()
6736 static int check_mem_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, function
7062 err = check_mem_access(env, insn_idx, insn->dst_reg, insn->off,
7065 err = check_mem_access(env, insn_idx, insn->dst_reg, insn->off,
7072 err = check_mem_access(env, insn_idx, insn->dst_reg, insn->off,
7320 return check_mem_access(env, env->insn_idx, regno, offset, BPF_B,
7696 err = check_mem_access(en
[all...]

Completed in 237 milliseconds