Searched defs:subprog (Results 1 – 14 of 14) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A D | tc_bpf2bpf.c | 8 int subprog(struct __sk_buff *skb) in subprog() function
|
A D | test_static_linked1.c | 15 static __noinline int subprog(int x) in subprog() function
|
A D | test_static_linked2.c | 15 static __noinline int subprog(int x) in subprog() function
|
A D | epilogue_tailcall.c | 12 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
|
A D | linked_funcs1.c | 19 static __noinline int subprog(int x) in subprog() function
|
A D | linked_funcs2.c | 19 static __noinline int subprog(int x) in subprog() function
|
A D | pro_epilogue.c | 17 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
|
A D | exceptions.c | 158 __noinline static int subprog(struct __sk_buff *ctx) in subprog() function
|
/linux/kernel/bpf/ |
A D | verifier.c | 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 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 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 [all …]
|
A D | btf.c | 7362 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog) in btf_prepare_func_args()
|
/linux/include/linux/ |
A D | bpf_verifier.h | 789 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) in subprog_aux() 794 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info()
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
A D | main.h | 541 struct nfp_bpf_subprog_info *subprog; member
|
/linux/tools/lib/bpf/ |
A D | libbpf.c | 6284 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) in append_subprog_relos() 6315 struct bpf_program *subprog) in bpf_object__append_subprog_code() 6350 struct bpf_program *subprog; in bpf_object__reloc_code() local 6538 struct bpf_program *subprog; in bpf_object__relocate_calls() local 6649 struct bpf_program *subprog = &obj->programs[j]; in bpf_prog_assign_exc_cb() local 7067 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; in bpf_object__relocate() local
|
/linux/kernel/events/ |
A D | core.c | 9449 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local
|
Completed in 138 milliseconds