Searched refs:check_func_arg_reg_off (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | bpf_verifier.h | 712 int check_func_arg_reg_off(struct bpf_verifier_env *env,
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 8300 int check_func_arg_reg_off(struct bpf_verifier_env *env, in check_func_arg_reg_off() function 8491 err = check_func_arg_reg_off(env, reg, regno, arg_type); in check_func_arg() 11414 ret = check_func_arg_reg_off(env, reg, regno, arg_type); in check_kfunc_args()
|
H A D | btf.c | 6830 ret = check_func_arg_reg_off(env, reg, regno, arg_type); in btf_check_func_arg_match()
|