Lines Matching defs:arg
1614 /* Helper call will reach here because of arg type
4350 verbose(env, "verifier internal error: unsupported arg type %d\n", arg_type);
4393 verbose(env, "verifier internal error: missing arg compatible BTF ID\n");
4409 static int check_func_arg(struct bpf_verifier_env *env, u32 arg, struct bpf_call_arg_meta *meta,
4412 u32 regno = BPF_REG_1 + arg;
4414 enum bpf_arg_type arg_type = fn->arg_type[arg];
4454 err = check_reg_type(env, regno, arg_type, fn->arg_btf_id[arg]);
4491 verbose(env, "verifier internal error: more than one arg with ref_obj_id R%d %u %u\n", regno,
4885 /* We only support one arg being in raw mode at the moment,
4901 * bytes from memory 'buf'. Both arg types need
4943 /* We only support one arg being unreferenced at the moment,
10733 /* NOTE: arg "reg" (the fourth one) is only used for
11625 /* 1st arg to a function */