Searched refs:MEM_ALLOC (Results 1 – 2 of 2) sorted by relevance
426 MEM_ALLOC = BIT(2 + BPF_BASE_TYPE_BITS), enumerator552 RET_PTR_TO_ALLOC_MEM_OR_NULL = PTR_MAYBE_NULL | MEM_ALLOC | RET_PTR_TO_ALLOC_MEM,
578 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()