Lines Matching defs:subprog
424 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global()
431 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name()
442 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb()
451 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb()
2374 int subprog) in push_async_cb()
2866 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local
2930 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local
3647 int subprog_insn_idx, subprog; in backtrack_insn() local
5781 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local
5940 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local
9203 static int setup_func_entry(struct bpf_verifier_env *env, int subprog, int callsite, in setup_func_entry()
9254 static int btf_check_func_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_func_arg_match()
9322 static int btf_check_subprog_call(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_call()
9351 int insn_idx, int subprog, in push_callback_call()
9425 int err, subprog, target_insn; in check_func_call() local
18824 int i, j, subprog_start, subprog_end = 0, len, subprog; in jit_subprogs() local
20019 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common()
20331 int ret = 0, subprog = -1, i; in bpf_check_attach_target() local