Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c418 return base_type(type) == PTR_TO_SOCKET || base_type(type) == PTR_TO_TCP_SOCK || base_type(type) == PTR_TO_MEM; in reg_type_may_be_refcounted_or_null()
502 [PTR_TO_MEM] = "mem", in reg_type_str()
2232 case PTR_TO_MEM: in is_spillable_regtype()
2801 case PTR_TO_MEM: in __check_mem_access()
3740 } else if (base_type(reg->type) == PTR_TO_MEM) { in check_mem_access()
4090 case PTR_TO_MEM: in check_helper_mem_access()
4292 PTR_TO_MEM,
4293 PTR_TO_MEM | MEM_ALLOC,
4311 static const struct bpf_reg_types alloc_mem_types = {.types = {PTR_TO_MEM | MEM_ALLOC}};
4354 /* ARG_PTR_TO_MEM + RDONLY is compatible with PTR_TO_MEM an in check_reg_type()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h428 PTR_TO_MEM, /* reg points to valid memory region */ enumerator

Completed in 13 milliseconds