Searched refs:check_ctx_reg (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf_verifier.h | 502 int check_ctx_reg(struct bpf_verifier_env *env,
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 3373 int check_ctx_reg(struct bpf_verifier_env *env, in check_ctx_reg() function 3813 err = check_ctx_reg(env, reg, regno); in check_mem_access() 4517 err = check_ctx_reg(env, reg, regno); in check_func_arg() 8277 err = check_ctx_reg(env, ®s[ctx_reg], ctx_reg); in check_ld_abs()
|
| H A D | btf.c | 5207 if (check_ctx_reg(env, ®[i + 1], i + 1)) in btf_check_func_arg_match()
|