Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h426 MEM_ALLOC = BIT(2 + BPF_BASE_TYPE_BITS), enumerator
552 RET_PTR_TO_ALLOC_MEM_OR_NULL = PTR_MAYBE_NULL | MEM_ALLOC | RET_PTR_TO_ALLOC_MEM,
/Linux-v6.1/kernel/bpf/
Dverifier.c578 if (type & MEM_ALLOC) in reg_type_str()
5682 PTR_TO_MEM | MEM_ALLOC,
5700 static const struct bpf_reg_types alloc_mem_types = { .types = { PTR_TO_MEM | MEM_ALLOC } };
5854 case PTR_TO_MEM | MEM_ALLOC: in check_func_arg_reg_off()