Searched refs:kProtectionWrite (Results 1 – 6 of 6) sorted by relevance
51 static const uptr kProtectionWrite = 2; variable
71 *protection |= kProtectionWrite; in Next()
53 *protection |= kProtectionWrite; in Next()
65 && (prot & MemoryMappingLayout::kProtectionWrite) != 0) in GetKernelAreaSize()
169 if (isShadowMem(Start) && (Prot & MemoryMappingLayout::kProtectionWrite)) { in computeWorkingSizeAndReset()
186 && !(prot & MemoryMappingLayout::kProtectionWrite) in MapRodata()