Home
last modified time | relevance | path

Searched refs:arg_btf_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dverifier.c315 u32 arg_btf_id; member
8145 const u32 *arg_btf_id, in check_reg_type() argument
8231 if (!arg_btf_id) { in check_reg_type()
8236 arg_btf_id = compatible->btf_id; in check_reg_type()
8243 if (arg_btf_id == BPF_PTR_POISON) { in check_reg_type()
8251 btf_vmlinux, *arg_btf_id, in check_reg_type()
8255 btf_type_name(btf_vmlinux, *arg_btf_id)); in check_reg_type()
8445 u32 *arg_btf_id = NULL; in check_func_arg() local
8485 arg_btf_id = fn->arg_btf_id[arg]; in check_func_arg()
8487 err = check_reg_type(env, regno, arg_type, arg_btf_id, meta); in check_func_arg()
[all …]
/openbmc/linux/include/linux/
H A Dbpf.h821 u32 *arg_btf_id[5]; member