Searched refs:PTR_TO_MEM (Results 1 – 3 of 3) sorted by relevance
321 (type == PTR_TO_MEM && !(reg->type & PTR_UNTRUSTED)) || in reg_not_null()837 if (dreg->type != (PTR_TO_MEM | PTR_MAYBE_NULL) && dreg->type != PTR_TO_MEM) in destroy_if_dynptr_stack_slot()1885 return base_type(reg->type) == PTR_TO_MEM && in reg_is_dynptr_slice_pkt()2536 case PTR_TO_MEM: in mark_btf_ld_reg()2538 regs[regno].type = PTR_TO_MEM | flag; in mark_btf_ld_reg()3677 case PTR_TO_MEM: in is_spillable_regtype()4441 case PTR_TO_MEM: in __check_mem_access()4715 reg->type = PTR_TO_MEM | PTR_MAYBE_NULL; in mark_uptr_ld_reg()6404 } else if (base_type(reg->type) == PTR_TO_MEM) { in check_mem_access()6989 case PTR_TO_MEM: in check_helper_mem_access()[all …]
7407 return PTR_TO_MEM; in btf_struct_access()
1017 PTR_TO_MEM, /* reg points to valid memory region */ enumerator