Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dmap_iter.c177 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
179 PTR_TO_BUF | PTR_MAYBE_NULL },
Dverifier.c513 [PTR_TO_BUF] = "buf", in reg_type_str()
2212 case PTR_TO_BUF: in is_spillable_regtype()
3919 } else if (base_type(reg->type) == PTR_TO_BUF) { in check_mem_access()
4161 case PTR_TO_BUF: in check_helper_mem_access()
4378 PTR_TO_BUF,
4549 case PTR_TO_BUF: in check_func_arg()
4550 case PTR_TO_BUF | MEM_RDONLY: in check_func_arg()
Dbtf.c4531 if (ctx_arg_info->offset == off && type == PTR_TO_BUF && in btf_ctx_access()
/kernel/linux/linux-5.10/net/core/
Dbpf_sk_storage.c861 PTR_TO_BUF | PTR_MAYBE_NULL },
Dsock_map.c1611 PTR_TO_BUF | PTR_MAYBE_NULL | MEM_RDONLY },
/kernel/linux/linux-5.10/include/linux/
Dbpf.h456 PTR_TO_BUF, /* reg points to a read/write buffer */ enumerator