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