Searched defs:subprog (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_static_linked1.c | 15 static __noinline int subprog(int x) in subprog() function
|
D | test_static_linked2.c | 15 static __noinline int subprog(int x) in subprog() function
|
D | linked_funcs1.c | 19 static __noinline int subprog(int x) in subprog() function
|
D | linked_funcs2.c | 19 static __noinline int subprog(int x) in subprog() function
|
/linux-6.6.21/kernel/bpf/ |
D | verifier.c | 491 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global() 2580 int subprog) in push_async_cb() 3010 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local 3053 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local 3751 int subprog_insn_idx, subprog; in backtrack_insn() local 5831 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local 5960 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local 9189 static int setup_func_entry(struct bpf_verifier_env *env, int subprog, int callsite, in setup_func_entry() 9241 int insn_idx, int subprog, in push_callback_call() 9314 int err, subprog, target_insn; in check_func_call() local [all …]
|
D | btf.c | 6870 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-6.6.21/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.h | 541 struct nfp_bpf_subprog_info *subprog; member
|
/linux-6.6.21/tools/lib/bpf/ |
D | libbpf.c | 6210 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) in append_subprog_relos() 6244 struct bpf_program *subprog; in bpf_object__reloc_code() local 6450 struct bpf_program *subprog; in bpf_object__relocate_calls() local
|
/linux-6.6.21/kernel/events/ |
D | core.c | 9268 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local
|