Home
last modified time | relevance | path

Searched refs:bpf_subprog_info (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dbpf_verifier.h652 struct bpf_subprog_info { struct
739 …struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 2]; /* max + 2 for the fake and exception …
794 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info()
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c765 struct bpf_subprog_info *info; in nfp_bpf_finalize()
/linux-6.12.1/kernel/bpf/
Dverifier.c441 struct bpf_subprog_info *info = subprog_info(env, subprog); in mark_subprog_exc_cb()
2524 return ((struct bpf_subprog_info *)a)->start - in cmp_subprogs()
2525 ((struct bpf_subprog_info *)b)->start; in cmp_subprogs()
2530 struct bpf_subprog_info *p; in find_subprog()
2969 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc()
3033 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs()
4589 struct bpf_subprog_info *subprog = &env->subprog_info[state->subprogno]; in check_fastcall_stack_contract()
6010 struct bpf_subprog_info *subprog = env->subprog_info; in check_max_stack_depth_subprog()
6148 struct bpf_subprog_info *si = env->subprog_info; in check_max_stack_depth()
9573 struct bpf_subprog_info *sub = subprog_info(env, subprog); in btf_check_func_arg_match()
[all …]
Dbtf.c7365 struct bpf_subprog_info *sub = subprog_info(env, subprog); in btf_prepare_func_args()