Searched refs:cpu_dcache_clean_page (Results 1 – 3 of 3) sorted by relevance
38 #define cpu_dcache_clean_page cpu_fn(CPU_NAME,_dcache_clean_page) macro73 extern void cpu_dcache_clean_page(void *virt_page);
142 #define cpu_dcache_clean_page(vp) processor.dcache.clean_page(vp) macro
17 EXPORT_SYMBOL(cpu_dcache_clean_page);