Searched refs:__flush_wback_region (Results 1 – 10 of 10) sorted by relevance
33 extern void (*__flush_wback_region)(void *start, int size);77 __flush_wback_region(addr, size); in flush_kernel_vmap_range()
25 __flush_wback_region(addr, size); in arch_sync_dma_for_device()
84 __flush_wback_region((void *)addr, len); in sys_cacheflush()
28 void (*__flush_wback_region)(void *start, int size); variable29 EXPORT_SYMBOL(__flush_wback_region);311 __flush_wback_region = noop__flush_region; in cpu_cache_init()
92 __flush_wback_region = sh3__flush_wback_region; in sh3_cache_init()
87 __flush_wback_region = sh2__flush_wback_region; in sh2_cache_init()
108 __flush_wback_region = sh4__flush_wback_region; in sh4__flush_region_init()
74 __flush_wback_region((void *)start, end - start); in sh7705_flush_icache_range()
185 __flush_wback_region = sh2a__flush_wback_region; in sh2a_cache_init()
359 __flush_wback_region(empty_zero_page, PAGE_SIZE); in mem_init()