Home
last modified time | relevance | path

Searched refs:PTR_TO_BUF (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dmap_iter.c176 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
178 PTR_TO_BUF | PTR_MAYBE_NULL },
H A Dverifier.c629 [PTR_TO_BUF] = "buf", in reg_type_str()
4473 case PTR_TO_BUF: in is_spillable_regtype()
6894 } else if (base_type(reg->type) == PTR_TO_BUF) { in check_mem_access()
7238 case PTR_TO_BUF: in check_helper_mem_access()
8075 PTR_TO_BUF,
8344 case PTR_TO_BUF: in check_func_arg_reg_off()
8345 case PTR_TO_BUF | MEM_RDONLY: in check_func_arg_reg_off()
16071 case PTR_TO_BUF: in regsafe()
H A Dbtf.c6040 if (ctx_arg_info->offset == off && type == PTR_TO_BUF && in btf_ctx_access()
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c919 PTR_TO_BUF | PTR_MAYBE_NULL },
H A Dsock_map.c1724 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
/openbmc/linux/include/linux/
H A Dbpf.h889 PTR_TO_BUF, /* reg points to a read/write buffer */ enumerator