Searched refs:nflush (Results 1 – 1 of 1) sorted by relevance
1538 unsigned long nflush; in cacheflush() local1546 nflush = 1; in cacheflush()1547 scanhex(&nflush); in cacheflush()1548 nflush = (nflush + L1_CACHE_BYTES - 1) / L1_CACHE_BYTES; in cacheflush()1554 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()1557 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()