Searched refs:kNoMemoryProtectionKey (Results 1 – 3 of 3) sorted by relevance
122 if (!pkey_alloc) return kNoMemoryProtectionKey; in AllocateMemoryProtectionKey()131 STATIC_ASSERT(kNoMemoryProtectionKey == -1); in AllocateMemoryProtectionKey()139 if (key == kNoMemoryProtectionKey) return; in FreeMemoryProtectionKey()196 DCHECK_EQ(kNoMemoryProtectionKey, key); in SetPermissionsAndMemoryProtectionKey()206 DCHECK_NE(kNoMemoryProtectionKey, key); in SetPermissionsForMemoryProtectionKey()217 DCHECK_NE(kNoMemoryProtectionKey, key); in GetMemoryProtectionKeyPermission()
33 constexpr int kNoMemoryProtectionKey = -1; variable
2161 return memory_protection_key_ != kNoMemoryProtectionKey; in HasMemoryProtectionKeySupport()