Home
last modified time | relevance | path

Searched refs:flush_cf_bcache (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/m68k/include/asm/
Dcacheflush_mm.h98 static inline void flush_cf_bcache(unsigned long start, unsigned long end) in flush_cf_bcache() function
231 flush_cf_bcache(0, end); in __flush_page_to_ram()
234 flush_cf_bcache(start, end); in __flush_page_to_ram()
/linux-6.1.9/arch/m68k/mm/
Dmemory.c149 flush_cf_bcache(0, DCACHE_MAX_ADDR); in cache_push()