Searched defs:subprog (Results 1 – 5 of 5) sorted by relevance
/linux-5.10/kernel/bpf/ |
D | verifier.c | 1475 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs() local 3023 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth() local 3121 int start = idx + insn->imm + 1, subprog; in get_callee_stack_depth() local 4745 int i, err, subprog, target_insn; in check_func_call() local 10573 int i, j, subprog_start, subprog_end = 0, len, subprog; in jit_subprogs() local 11254 static int do_check_common(struct bpf_verifier_env *env, int subprog) in do_check_common() 11508 int ret = 0, subprog = -1, i; in bpf_check_attach_target() local
|
D | btf.c | 5125 int btf_check_func_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_func_arg_match() 5222 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog, in btf_prepare_func_args()
|
/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.h | 541 struct nfp_bpf_subprog_info *subprog; member
|
/linux-5.10/tools/lib/bpf/ |
D | libbpf.c | 6147 struct bpf_program *subprog; in bpf_object__reloc_code() local 6332 struct bpf_program *subprog; in bpf_object__relocate_calls() local
|
/linux-5.10/kernel/events/ |
D | core.c | 8615 struct bpf_prog *subprog = prog->aux->func[i]; in perf_event_bpf_emit_ksymbols() local
|