Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf.h369 MEM_ALLOC = BIT(2 + BPF_BASE_TYPE_BITS), enumerator
495 RET_PTR_TO_ALLOC_MEM_OR_NULL = PTR_MAYBE_NULL | MEM_ALLOC | RET_PTR_TO_ALLOC_MEM,
/linux-5.19.10/kernel/bpf/
Dverifier.c569 if (type & MEM_ALLOC) in reg_type_str()
5631 PTR_TO_MEM | MEM_ALLOC,
5649 static const struct bpf_reg_types alloc_mem_types = { .types = { PTR_TO_MEM | MEM_ALLOC } };
5788 case PTR_TO_MEM | MEM_ALLOC: in check_func_arg_reg_off()