Home
last modified time | relevance | path

Searched defs:subprog (Results 1 – 11 of 11) 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 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) subprog() function
/linux/kernel/bpf/
H A Dliveness.c181 struct bpf_subprog_info *subprog; __lookup_instance() local
617 struct bpf_subprog_info *subprog; update_instance() local
[all...]
H A Dverifier.c440 subprog_is_global(const struct bpf_verifier_env * env,int subprog) subprog_is_global() argument
447 subprog_name(const struct bpf_verifier_env * env,int subprog) subprog_name() argument
458 mark_subprog_exc_cb(struct bpf_verifier_env * env,int subprog) mark_subprog_exc_cb() argument
467 subprog_is_exc_cb(struct bpf_verifier_env * env,int subprog) subprog_is_exc_cb() argument
3008 push_async_cb(struct bpf_verifier_env * env,int insn_idx,int prev_insn_idx,int subprog,bool is_sleepable) push_async_cb() argument
3625 struct bpf_subprog_info *subprog = env->subprog_info; add_subprog_and_kfunc() local
3689 struct bpf_subprog_info *subprog = env->subprog_info; check_subprogs() local
4510 int subprog_insn_idx, subprog; backtrack_insn() local
5223 struct bpf_subprog_info *subprog = &env->subprog_info[state->subprogno]; check_fastcall_stack_contract() local
6743 struct bpf_subprog_info *subprog = env->subprog_info; check_max_stack_depth_subprog() local
6949 int start = idx + insn->imm + 1, subprog; get_callee_stack_depth() local
10640 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) setup_func_entry() argument
10688 btf_check_func_arg_match(struct bpf_verifier_env * env,int subprog,const struct btf * btf,struct bpf_reg_state * regs) btf_check_func_arg_match() argument
10789 btf_check_subprog_call(struct bpf_verifier_env * env,int subprog,struct bpf_reg_state * regs) btf_check_subprog_call() argument
10818 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) push_callback_call() argument
10891 int err, subprog, target_insn; check_func_call() local
18138 struct bpf_subprog_info *subprog; mark_subprog_changes_pkt_data() local
18146 struct bpf_subprog_info *subprog; mark_subprog_might_sleep() local
18469 mark_fastcall_pattern_for_call(struct bpf_verifier_env * env,struct bpf_subprog_info * subprog,int insn_idx,s16 lowest_off) mark_fastcall_pattern_for_call() argument
18557 struct bpf_subprog_info *subprog = env->subprog_info; mark_fastcall_patterns() local
18737 static struct bpf_subprog_info *subprog; create_jt() local
18807 static struct bpf_subprog_info *subprog; visit_tailcall_insn() local
22825 int i, j, subprog_start, subprog_end = 0, len, subprog; jit_subprogs() local
24500 struct bpf_subprog_info *subprog = env->subprog_info; remove_fastcall_spills_fills() local
24572 do_check_common(struct bpf_verifier_env * env,int subprog) do_check_common() argument
24969 int ret = 0, subprog = -1, i; bpf_check_attach_target() local
[all...]
H A Dbtf.c7787 btf_prepare_func_args(struct bpf_verifier_env * env,int subprog) btf_prepare_func_args() argument
/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.c6627 append_subprog_relos(struct bpf_program * main_prog,struct bpf_program * subprog) append_subprog_relos() argument
6656 save_subprog_offsets(struct bpf_program * main_prog,struct bpf_program * subprog) save_subprog_offsets() argument
6676 bpf_object__append_subprog_code(struct bpf_object * obj,struct bpf_program * main_prog,struct bpf_program * subprog) bpf_object__append_subprog_code() argument
6719 struct bpf_program *subprog; bpf_object__reloc_code() local
6907 struct bpf_program *subprog; bpf_object__relocate_calls() local
7018 struct bpf_program *subprog = &obj->programs[j]; bpf_prog_assign_exc_cb() local
7444 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx]; bpf_object__relocate() local
[all...]
/linux/kernel/events/
H A Dcore.c10266 struct bpf_prog *subprog = prog->aux->func[i]; perf_event_bpf_emit_ksymbols() local