Home
last modified time | relevance | path

Searched refs:func_info_aux (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst183 .func_info_aux = (struct bpf_func_info_aux *)0xffff889ff795de20,
/openbmc/linux/kernel/bpf/
H A Dbtf.c6892 if (prog->aux->func_info_aux[subprog].unreliable) in btf_check_subprog_arg_match()
6895 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_arg_match()
6903 prog->aux->func_info_aux[subprog].unreliable = true; in btf_check_subprog_arg_match()
6935 if (prog->aux->func_info_aux[subprog].unreliable) in btf_check_subprog_call()
6938 is_global = prog->aux->func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in btf_check_subprog_call()
6946 prog->aux->func_info_aux[subprog].unreliable = true; in btf_check_subprog_call()
6970 prog->aux->func_info_aux[subprog].linkage != BTF_FUNC_GLOBAL) { in btf_prepare_func_args()
6996 if (prog->aux->func_info_aux[subprog].unreliable) { in btf_prepare_func_args()
H A Dverifier.c493 struct bpf_func_info_aux *aux = env->prog->aux->func_info_aux; in subprog_is_global()
14793 if (aux->func_info_aux[subprogno].linkage != BTF_FUNC_STATIC) { in check_ld_imm()
15566 prog->aux->func_info_aux = info_aux; in check_btf_func()
19685 if (aux->func_info_aux[i].linkage != BTF_FUNC_GLOBAL) in do_check_subprogs()
19875 conservative = aux->func_info_aux[subprog].unreliable; in bpf_check_attach_target()
H A Dsyscall.c2141 kfree(aux->func_info_aux); in __bpf_prog_put_rcu()
/openbmc/linux/include/linux/
H A Dbpf.h1461 struct bpf_func_info_aux *func_info_aux; member