Searched refs:KilobyteCachelines (Results 1 – 1 of 1) sorted by relevance
222 static const u32 KilobyteCachelines = (0x1 << 10) / CacheLineSize; in getSizeForPrinting() local223 static const u32 MegabyteCachelines = KilobyteCachelines << 10; in getSizeForPrinting()228 } else if (NumOfCachelines > 10 * KilobyteCachelines) { in getSizeForPrinting()230 return NumOfCachelines / KilobyteCachelines; in getSizeForPrinting()