Searched refs:kProtectionWrite (Results 1 – 5 of 5) sorted by relevance
52 static const uptr kProtectionWrite = 2; variable
71 *protection |= kProtectionWrite; in Next()
53 *protection |= kProtectionWrite; in Next()
64 && (prot & MemoryMappingLayout::kProtectionWrite) != 0) in GetKernelAreaSize()
189 && !(prot & MemoryMappingLayout::kProtectionWrite) in MapRodata()