Home
last modified time | relevance | path

Searched refs:kAppMemMsk (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h73 static const uptr kAppMemMsk = 0x780000000000ull; member
111 static const uptr kAppMemMsk = 0xf800000000ull;
144 static const uptr kAppMemMsk = 0x0ull;
186 static const uptr kAppMemMsk = 0x7800000000ull;
221 static const uptr kAppMemMsk = 0x3c000000000ull;
241 static const uptr kAppMemMsk = 0x0fff800000000ull;
284 static const uptr kAppMemMsk = 0x0f0000000000ull;
316 static const uptr kAppMemMsk = 0x3c0000000000ull;
348 static const uptr kAppMemMsk = 0x7c0000000000ull;
824 return (((x) & ~(Mapping::kAppMemMsk | (kShadowCell - 1))) in MemToShadowImpl()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h57 static const uptr kAppMemMsk = 0x7c0000000000ull; member
89 static const uptr kAppMemMsk = 0xfc00000000ull;
131 static const uptr kAppMemMsk = 0x7800000000ull;
167 static const uptr kAppMemMsk = 0x3c000000000ull;
210 static const uptr kAppMemMsk = 0x0f0000000000ull;
242 static const uptr kAppMemMsk = 0x3c0000000000ull;
587 return (((x) & ~(Mapping::kAppMemMsk | (kShadowCell - 1))) in MemToShadowImpl()
622 return (u32*)(((((x) & ~(Mapping::kAppMemMsk | (kMetaShadowCell - 1))) in MemToMetaImpl()
664 return ((s / kShadowCnt) ^ Mapping::kAppMemXor) | Mapping::kAppMemMsk; in ShadowToMemImpl()