Home
last modified time | relevance | path

Searched defs:subprog (Results 1 – 13 of 13) 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 Depilogue_tailcall.c12 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 Dpro_epilogue.c17 static __noinline __used int subprog(struct st_ops_args *args) in subprog() function
H A Dexceptions.c158 __noinline static int subprog(struct __sk_buff *ctx) in subprog() function
/linux/kernel/bpf/
H A Dverifier.c423 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global()
430 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name()
441 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb()
450 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb()
2518 int subprog, bool is_sleepable) in push_async_cb()
3042 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local
3106 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local
3961 int subprog_insn_idx, subprog; in backtrack_insn() local
4666 struct bpf_subprog_info *subprog = &env->subprog_info[state->subprogno]; in check_fastcall_stack_contract() local
6144 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local
[all …]
H A Dbtf.c7530 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog) in btf_prepare_func_args()
/linux/include/linux/
H A Dbpf_verifier.h784 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) in subprog_aux()
789 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/
H A Dmain.h541 struct nfp_bpf_subprog_info *subprog; member
/linux/tools/lib/bpf/
H A Dlibbpf.c6329 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) in append_subprog_relos()
6360 struct bpf_program *subprog) in bpf_object__append_subprog_code()
6395 struct bpf_program *subprog; in bpf_object__reloc_code() local
6583 struct bpf_program *subprog; in bpf_object__relocate_calls() local
6694 struct bpf_program *subprog = &obj->programs[j]; in bpf_prog_assign_exc_cb() local
7112 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; in bpf_object__relocate() local
/linux/kernel/events/
H A Dcore.c9493 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local