Searched defs:subprog (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_static_linked1.c | 15 static __noinline int subprog(int x) in subprog() function
|
H A D | test_static_linked2.c | 15 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 | linked_funcs1.c | 19 static __noinline int subprog(int x) in subprog() function
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 2582 int subprog) in push_async_cb() 3018 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc() local 3061 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local 3763 int subprog_insn_idx, subprog; in backtrack_insn() local 5842 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog() local 5971 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local 9252 int insn_idx, int subprog, in push_callback_call() 9325 int err, subprog, target_insn; in check_func_call() local 18461 int i, j, subprog_start, subprog_end = 0, len, subprog; in jit_subprogs() local 19571 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common() [all …]
|
H A D | btf.c | 6870 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 D | main.h | 541 struct nfp_bpf_subprog_info *subprog; member
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 6214 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 D | core.c | 9322 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local
|