Searched defs:subprog (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_static_linked2.c | 15 static __noinline int subprog(int x) in subprog() function
|
| H A D | test_static_linked1.c | 15 static __noinline int subprog(int x) in subprog() function
|
| H A D | pro_epilogue_with_kfunc.c | 17 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
|
| H A D | epilogue_tailcall.c | 12 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
|
| H A D | pro_epilogue.c | 17 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
|
| H A D | linked_funcs1.c | 19 static __noinline int subprog(int x) in subprog() function
|
| H A D | linked_funcs2.c | 19 static __noinline int subprog(int x) in subprog() function
|
| H A D | exceptions.c | 158 __noinline static int subprog(struct __sk_buff *ctx) in subprog() function
|
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 2787 int subprog, bool is_sleepable) in push_async_cb() 3326 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local 3399 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local 4266 int subprog_insn_idx, subprog; in backtrack_insn() local 6675 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local 10448 int insn_idx, int subprog, in push_callback_call() 10521 int err, subprog, target_insn; in check_func_call() local 17005 struct bpf_subprog_info *subprog; in mark_subprog_changes_pkt_data() local 17013 struct bpf_subprog_info *subprog; in mark_subprog_might_sleep() local 17332 struct bpf_subprog_info *subprog, in mark_fastcall_pattern_for_call() [all …]
|
| H A D | btf.c | 7648 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog) in btf_prepare_func_args()
|
| /linux-6.15/include/linux/ |
| H A D | bpf_verifier.h | 816 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) in subprog_aux() 821 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | main.h | 541 struct nfp_bpf_subprog_info *subprog; member
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 6347 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) in append_subprog_relos() 6378 struct bpf_program *subprog) in bpf_object__append_subprog_code() 6413 struct bpf_program *subprog; in bpf_object__reloc_code() local 6601 struct bpf_program *subprog; in bpf_object__relocate_calls() local 6712 struct bpf_program *subprog = &obj->programs[j]; in bpf_prog_assign_exc_cb() local 7130 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; in bpf_object__relocate() local
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 9815 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local
|