Searched refs:PTR_TO_MEM (Results 1 – 2 of 2) sorted by relevance
431 type == PTR_TO_MEM || in reg_type_may_be_refcounted_or_null()523 [PTR_TO_MEM] = "mem",2220 case PTR_TO_MEM: in is_spillable_regtype()2812 case PTR_TO_MEM: in __check_mem_access()3793 } else if (reg->type == PTR_TO_MEM) { in check_mem_access()4137 case PTR_TO_MEM: in check_helper_mem_access()4355 PTR_TO_MEM,4373 static const struct bpf_reg_types alloc_mem_types = { .types = { PTR_TO_MEM } };5500 PTR_TO_MEM : PTR_TO_MEM_OR_NULL; in check_helper_call()7767 reg->type = PTR_TO_MEM; in mark_ptr_or_null_reg()[all …]
419 PTR_TO_MEM, /* reg points to valid memory region */ enumerator