Searched refs:nflush (Results 1 – 1 of 1) sorted by relevance
1475 unsigned long nflush; in cacheflush() local1483 nflush = 1; in cacheflush()1484 scanhex(&nflush); in cacheflush()1485 nflush = (nflush + L1_CACHE_BYTES - 1) / L1_CACHE_BYTES; in cacheflush()1491 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()1494 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()