Searched refs:InTaggableRegion (Results 1 – 3 of 3) sorted by relevance
85 if (!InTaggableRegion(p)) in CheckAddress()100 if (sz == 0 || !InTaggableRegion(p)) in CheckAddressSized()
176 if (InTaggableRegion(reinterpret_cast<uptr>(user_ptr)) && in HwasanAllocate()204 if (!InTaggableRegion(tagged_uptr)) in PointerAndMemoryTagsMatch()227 InTaggableRegion(reinterpret_cast<uptr>(tagged_ptr)); in HwasanDeallocate()308 InTaggableRegion(reinterpret_cast<uptr>(tagged_ptr_old)) in HwasanReallocate()
113 inline bool InTaggableRegion(uptr addr) { in InTaggableRegion() function