Lines Matching refs:cache
67 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040() argument
74 switch (cache) in cache_flush_040()
127 switch (cache) in cache_flush_040()
184 switch (cache) in cache_flush_040()
227 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060() argument
240 switch (cache) in cache_flush_060()
288 switch (cache) in cache_flush_060()
347 switch (cache) in cache_flush_060()
377 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() argument
382 cache & ~FLUSH_CACHE_BOTH) in sys_cacheflush()
412 if (cache & FLUSH_CACHE_INSN) in sys_cacheflush()
414 if (cache & FLUSH_CACHE_DATA) in sys_cacheflush()
428 if (cache & FLUSH_CACHE_INSN) in sys_cacheflush()
430 if (cache & FLUSH_CACHE_DATA) in sys_cacheflush()
447 ret = cache_flush_040 (addr, scope, cache, len); in sys_cacheflush()
449 ret = cache_flush_060 (addr, scope, cache, len); in sys_cacheflush()
525 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() argument