Searched refs:WordValue (Results 1 – 3 of 3) sorted by relevance
103 u32 WordValue = ShadowAccessedVal | ShadowAccessedVal << 8 | in processRangeAccessWorkingSet() local106 if ((*(u32*)Shadow & WordValue) != WordValue) in processRangeAccessWorkingSet()107 *(u32*)Shadow |= WordValue; in processRangeAccessWorkingSet()127 u32 WordValue = ByteValue | ByteValue << 8 | ByteValue << 16 | in countAndClearShadowValues() local135 if ((*Ptr & WordValue) != 0) { in countAndClearShadowValues()148 *Ptr &= ~WordValue; in countAndClearShadowValues()
177 struct WordValue { struct