Home
last modified time | relevance | path

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

/Linux-v6.6/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.c19 static __noinline int subprog(int x) in subprog() function
Dlinked_funcs2.c19 static __noinline int subprog(int x) in subprog() function
/Linux-v6.6/kernel/bpf/
Dverifier.c491 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global()
2365 int subprog) in push_async_cb()
2795 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local
2838 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local
3505 int subprog_insn_idx, subprog; in backtrack_insn() local
5601 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local
5730 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local
8854 int *insn_idx, int subprog, in __check_func_call()
9032 int subprog, target_insn; in check_func_call() local
17908 int i, j, subprog_start, subprog_end = 0, len, subprog; in jit_subprogs() local
[all …]
Dbtf.c6870 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_arg_match()
6913 int btf_check_subprog_call(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_call()
6951 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog, in btf_prepare_func_args()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h541 struct nfp_bpf_subprog_info *subprog; member
/Linux-v6.6/tools/lib/bpf/
Dlibbpf.c6208 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) in append_subprog_relos()
6242 struct bpf_program *subprog; in bpf_object__reloc_code() local
6448 struct bpf_program *subprog; in bpf_object__relocate_calls() local
/Linux-v6.6/kernel/events/
Dcore.c9233 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local