Lines Matching defs:subprog
421 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global()
428 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name()
439 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb()
448 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb()
2470 int subprog, bool is_sleepable) in push_async_cb()
2969 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local
3033 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local
3885 int subprog_insn_idx, subprog; in backtrack_insn() local
4589 struct bpf_subprog_info *subprog = &env->subprog_info[state->subprogno]; in check_fastcall_stack_contract() local
6010 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local
6166 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local
9518 static int setup_func_entry(struct bpf_verifier_env *env, int subprog, int callsite, in setup_func_entry()
9569 static int btf_check_func_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_func_arg_match()
9665 static int btf_check_subprog_call(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_call()
9694 int insn_idx, int subprog, in push_callback_call()
9767 int err, subprog, target_insn; in check_func_call() local
16259 struct bpf_subprog_info *subprog, in mark_fastcall_pattern_for_call()
16363 struct bpf_subprog_info *subprog = env->subprog_info; in mark_fastcall_patterns() local
19947 int i, j, subprog_start, subprog_end = 0, len, subprog; in jit_subprogs() local
21445 struct bpf_subprog_info *subprog = env->subprog_info; in remove_fastcall_spills_fills() local
21504 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common()
21867 int ret = 0, subprog = -1, i; in bpf_check_attach_target() local