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",2571 case PTR_TO_MEM: in __check_mem_access()3453 } else if (reg->type == PTR_TO_MEM) { in check_mem_access()3808 case PTR_TO_MEM: in check_helper_mem_access()4024 PTR_TO_MEM,4042 static const struct bpf_reg_types alloc_mem_types = { .types = { PTR_TO_MEM } };5171 PTR_TO_MEM : PTR_TO_MEM_OR_NULL; in check_helper_call()7250 reg->type = PTR_TO_MEM; in mark_ptr_or_null_reg()7644 case PTR_TO_MEM: in check_ld_imm()[all …]
405 PTR_TO_MEM, /* reg points to valid memory region */ enumerator