Home
last modified time | relevance | path

Searched refs:local_flush_data_cache_page (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/mips/mm/
Dcache.c46 void (*local_flush_data_cache_page)(void * addr); variable
50 EXPORT_SYMBOL_GPL(local_flush_data_cache_page);
Dc-tx39.c371 local_flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
400 local_flush_data_cache_page = local_tx39_flush_data_cache_page; in tx39_cache_init()
Dc-r3k.c332 local_flush_data_cache_page = local_r3k_flush_data_cache_page; in r3k_cache_init()
Dc-r4k.c1693 local_flush_data_cache_page = local_r4k_flush_data_cache_page; in r4k_cache_init()
1741 local_flush_data_cache_page = (void *)b5k_instruction_hazard; in r4k_cache_init()
/linux-4.4.14/arch/mips/include/asm/
Dcacheflush.h110 extern void (*local_flush_data_cache_page)(void * addr);
/linux-4.4.14/arch/mips/include/asm/mach-generic/
Dide.h45 local_flush_data_cache_page((void *)addr); in __ide_flush_dcache_range()