Searched refs:ShadowStart (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/esan/ |
| H A D | esan.cpp | 108 uptr ShadowStart, ShadowEnd; in verifyShadowScheme() local 110 VPrintf(3, "Shadow #%d: [%zx-%zx) (%zuGB)\n", i, ShadowStart, in verifyShadowScheme() 111 ShadowEnd, (ShadowEnd - ShadowStart) >> 30); in verifyShadowScheme() 161 uptr ShadowStart, ShadowEnd; in initializeShadow() local 164 (ShadowEnd - ShadowStart) >> 30); in initializeShadow() 170 Map = (uptr)MmapFixedNoAccess(ShadowStart, ShadowEnd- ShadowStart, in initializeShadow() 173 if (MmapFixedNoReserve(ShadowStart, ShadowEnd - ShadowStart, "shadow")) in initializeShadow() 174 Map = ShadowStart; in initializeShadow() 176 if (Map != ShadowStart) { in initializeShadow() 182 NoHugePagesInRegion(ShadowStart, ShadowEnd - ShadowStart); in initializeShadow() [all …]
|
| H A D | working_set.cpp | 123 static u32 countAndClearShadowValues(u32 BitIdx, uptr ShadowStart, in countAndClearShadowValues() argument 130 ShadowStart = RoundDownTo(ShadowStart, sizeof(u32)); in countAndClearShadowValues() 134 for (u32 *Ptr = (u32 *)ShadowStart; Ptr < (u32 *)ShadowEnd; ++Ptr) { in countAndClearShadowValues()
|