Searched refs:kAppMemMsk (Results 1 – 1 of 1) sorted by relevance
57 static const uptr kAppMemMsk = 0x7c0000000000ull; member89 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()