Home
last modified time | relevance | path

Searched refs:flush_dcache (Results 1 – 3 of 3) sorted by relevance

/linux/arch/microblaze/include/asm/
H A Dhighmem.h52 #define flush_cache_kmaps() { flush_icache(); flush_dcache(); }
H A Dcacheflush.h65 #define flush_dcache() mbc->dfl(); macro
/linux/arch/microblaze/kernel/
H A Dmodule.c94 flush_dcache(); in module_finalize()