Home
last modified time | relevance | path

Searched refs:PTR_TO_BTF_ID (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dverifier.c627 [PTR_TO_BTF_ID] = "ptr_", in reg_type_str()
4464 case PTR_TO_BTF_ID: in is_spillable_regtype()
7248 case PTR_TO_BTF_ID: in check_helper_mem_access()
8057 PTR_TO_BTF_ID,
8102 PTR_TO_BTF_ID,
8104 PTR_TO_BTF_ID | MEM_RCU,
8222 case PTR_TO_BTF_ID: in check_reg_type()
8361 case PTR_TO_BTF_ID: in check_func_arg_reg_off()
14771 case PTR_TO_BTF_ID: in check_ld_imm()
16920 case PTR_TO_BTF_ID: in reg_type_mismatch_ok()
[all …]
H A Dbtf.c6068 info->reg_type = PTR_TO_BTF_ID; in btf_ctx_access()
6435 return PTR_TO_BTF_ID; in btf_struct_access()
/openbmc/linux/net/ipv4/
H A Dbpf_tcp_ca.c62 if (base_type(info->reg_type) == PTR_TO_BTF_ID && in bpf_tcp_ca_is_valid_access()
/openbmc/linux/net/netfilter/
H A Dnf_bpf_link.c282 info->reg_type = PTR_TO_BTF_ID | PTR_TRUSTED; in nf_ptr_to_btf_id()
/openbmc/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst99 has type ``PTR_TO_BTF_ID | MEM_ALLOC``, with a ``btf_id`` of
H A Dkfuncs.rst384 PTR_TO_BTF_ID type matching if two types have the exact same name, with one
/openbmc/linux/include/linux/
H A Dbpf.h871 PTR_TO_BTF_ID, enumerator
887 PTR_TO_BTF_ID_OR_NULL = PTR_MAYBE_NULL | PTR_TO_BTF_ID,