Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h253 * with regular non-MEM_ALLOC'ed MEM types.
255 MEM_ALLOC = BIT(2 + BPF_BASE_TYPE_BITS), enumerator
257 __BPF_TYPE_LAST_FLAG = MEM_ALLOC,
336 RET_PTR_TO_ALLOC_MEM_OR_NULL = PTR_MAYBE_NULL | MEM_ALLOC | RET_PTR_TO_ALLOC_MEM,
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c517 if (type & MEM_ALLOC) { in reg_type_str()
4293 PTR_TO_MEM | MEM_ALLOC,
4311 static const struct bpf_reg_types alloc_mem_types = {.types = {PTR_TO_MEM | MEM_ALLOC}};
4467 case PTR_TO_MEM | MEM_ALLOC: in check_func_arg()

Completed in 27 milliseconds