Searched refs:cpu_dcache_clean_range (Results 1 – 4 of 4) sorted by relevance
37 #define cpu_dcache_clean_range cpu_fn(CPU_NAME,_dcache_clean_range) macro72 extern void cpu_dcache_clean_range(unsigned long start, unsigned long end);
144 #define cpu_dcache_clean_range(s,e) processor.dcache.clean_range(s,e) macro
19 EXPORT_SYMBOL(cpu_dcache_clean_range);
103 #define clean_dcache_range(_s,_e) cpu_dcache_clean_range((_s),(_e))