Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_static_linked1.c15 static __noinline int subprog(int x) in subprog() function
H A Dtest_static_linked2.c15 static __noinline int subprog(int x) 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
/openbmc/linux/kernel/bpf/
H A Dverifier.c2582 int subprog) in push_async_cb()
3012 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local
3055 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local
3757 int subprog_insn_idx, subprog; in backtrack_insn() local
5836 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local
5965 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local
9269 int insn_idx, int subprog, in push_callback_call()
9342 int err, subprog, target_insn; in check_func_call() local
18467 int i, j, subprog_start, subprog_end = 0, len, subprog; in jit_subprogs() local
19577 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common()
[all …]
H A Dbtf.c6870 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()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h541 struct nfp_bpf_subprog_info *subprog; member
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c6214 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) in append_subprog_relos()
6248 struct bpf_program *subprog; in bpf_object__reloc_code() local
6454 struct bpf_program *subprog; in bpf_object__relocate_calls() local
/openbmc/linux/kernel/events/
H A Dcore.c9314 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local