Home
last modified time | relevance | path

Searched refs:DCACHE_MAX_ADDR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/m68k/mm/
H A Dmemory.c100 clear_cf_bcache(0, DCACHE_MAX_ADDR); in cache_clear()
149 flush_cf_bcache(0, DCACHE_MAX_ADDR); in cache_push()
/openbmc/linux/arch/m68k/include/asm/
H A Dcacheflush_mm.h17 #define DCACHE_MAX_ADDR 0 macro
163 flush_cf_dcache(0, DCACHE_MAX_ADDR); \
H A Dm54xxacr.h71 #define DCACHE_MAX_ADDR DCACHE_SET_MASK macro
/openbmc/linux/arch/m68k/kernel/
H A Dsignal.c171 flush_cf_dcache(0, DCACHE_MAX_ADDR); in push_cache()