Searched defs:subprog (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_static_linked2.c15 static __noinline int subprog(int x) function
H A Dtest_static_linked1.c15 static __noinline int subprog(int x) function
H A Dlinked_funcs2.c19 static __noinline int subprog(int x) function
H A Dlinked_funcs1.c19 static __noinline int subprog(int x) function
H A Dexceptions.c158 __noinline static int subprog(struct __sk_buff *ctx) function
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h541 struct nfp_bpf_subprog_info *subprog; member in struct:nfp_prog
/linux-master/include/linux/
H A Dbpf_verifier.h746 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) argument
751 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) argument
/linux-master/kernel/bpf/
H A Dbtf.c7129 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog) argument
H A Dverifier.c424 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) argument
431 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) argument
442 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) argument
451 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) argument
2403 push_async_cb(struct bpf_verifier_env *env, int insn_idx, int prev_insn_idx, int subprog) argument
2897 struct bpf_subprog_info *subprog = env->subprog_info; local
2961 struct bpf_subprog_info *subprog = env->subprog_info; local
3678 int subprog_insn_idx, subprog; local
5867 struct bpf_subprog_info *subprog = env->subprog_info; local
6023 int start = idx + insn->imm + 1, subprog; local
9297 setup_func_entry(struct bpf_verifier_env *env, int subprog, int callsite, set_callee_state_fn set_callee_state_cb, struct bpf_verifier_state *state) argument
9348 btf_check_func_arg_match(struct bpf_verifier_env *env, int subprog, const struct btf *btf, struct bpf_reg_state *regs) argument
9440 btf_check_subprog_call(struct bpf_verifier_env *env, int subprog, struct bpf_reg_state *regs) argument
9468 push_callback_call(struct bpf_verifier_env *env, struct bpf_insn *insn, int insn_idx, int subprog, set_callee_state_fn set_callee_state_cb) argument
9541 int err, subprog, target_insn; local
19114 int i, j, subprog_start, subprog_end = 0, len, subprog; local
20405 do_check_common(struct bpf_verifier_env *env, int subprog) argument
20754 int ret = 0, subprog = -1, i; local
[all...]
/linux-master/kernel/events/
H A Dcore.c9288 struct bpf_prog *subprog = prog->aux->func[i]; local
/linux-master/tools/lib/bpf/
H A Dlibbpf.c6199 static int append_subprog_relos(struct bpf_program *main_prog, struct bpf_program *subprog) argument
6229 bpf_object__append_subprog_code(struct bpf_object *obj, struct bpf_program *main_prog, struct bpf_program *subprog) argument
6265 struct bpf_program *subprog; local
6453 struct bpf_program *subprog; local
6564 struct bpf_program *subprog = &obj->programs[j]; local
6982 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; local
[all...]

Completed in 348 milliseconds