Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_static_linked2.c15 static __noinline int subprog(int x) in subprog() function
H A Dtest_static_linked1.c15 static __noinline int subprog(int x) in subprog() function
H A Dpro_epilogue_with_kfunc.c17 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
H A Depilogue_tailcall.c12 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
H A Dpro_epilogue.c17 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
H A Dlinked_funcs2.c19 static __noinline int subprog(int x) in subprog() function
H A Dlinked_funcs1.c19 static __noinline int subprog(int x) in subprog() function
H A Dstream.c183 static __noinline void subprog(void) subprog() function
H A Dexceptions.c158 __noinline static int subprog(struct __sk_buff *ctx) in subprog() function
/linux/kernel/bpf/
H A Dliveness.c181 struct bpf_subprog_info *subprog; in __lookup_instance() local
617 struct bpf_subprog_info *subprog; in update_instance() local
H A Dverifier.c440 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global()
447 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name()
458 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb()
467 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb()
3008 int subprog, bool is_sleepable) in push_async_cb()
3625 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local
3689 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local
4510 int subprog_insn_idx, subprog; in backtrack_insn() local
5223 struct bpf_subprog_info *subprog = &env->subprog_info[state->subprogno]; in check_fastcall_stack_contract() local
6743 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local
[all …]
H A Dbtf.c7787 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog) in btf_prepare_func_args()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h541 struct nfp_bpf_subprog_info *subprog; member
/linux/tools/lib/bpf/
H A Dlibbpf.c6627 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) in append_subprog_relos()
6656 static int save_subprog_offsets(struct bpf_program *main_prog, struct bpf_program *subprog) in save_subprog_offsets()
6676 struct bpf_program *subprog) in bpf_object__append_subprog_code()
6719 struct bpf_program *subprog; in bpf_object__reloc_code() local
6907 struct bpf_program *subprog; in bpf_object__relocate_calls() local
7018 struct bpf_program *subprog = &obj->programs[j]; in bpf_prog_assign_exc_cb() local
7444 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; in bpf_object__relocate() local
/linux/kernel/events/
H A Dcore.c10266 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local