Home
last modified time | relevance | path

Searched defs:subprog (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_static_linked1.c15 static __noinline int subprog(int x) in subprog() function
Dtest_static_linked2.c15 static __noinline int subprog(int x) in subprog() function
Dlinked_funcs1.c18 static __noinline int subprog(int x) in subprog() function
Dlinked_funcs2.c18 static __noinline int subprog(int x) in subprog() function
/Linux-v6.1/kernel/bpf/
Dverifier.c1781 int subprog) in push_async_cb()
2179 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local
2222 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local
4233 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth() local
4342 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local
6655 int *insn_idx, int subprog, in __check_func_call()
6820 int subprog, target_insn; in check_func_call() local
13605 int i, j, subprog_start, subprog_end = 0, len, subprog; in jit_subprogs() local
14593 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common()
14842 int ret = 0, subprog = -1, i; in bpf_check_attach_target() local
Dbtf.c6577 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_arg_match()
6620 int btf_check_subprog_call(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_call()
6666 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog, in btf_prepare_func_args()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h541 struct nfp_bpf_subprog_info *subprog; member
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.c6045 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) in append_subprog_relos()
6075 struct bpf_program *subprog; in bpf_object__reloc_code() local
6280 struct bpf_program *subprog; in bpf_object__relocate_calls() local
/Linux-v6.1/kernel/events/
Dcore.c9036 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local