Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dcache.c49 void (*local_flush_data_cache_page)(void * addr); variable
53 EXPORT_SYMBOL_GPL(local_flush_data_cache_page);
H A Dc-tx39.c347 local_flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
375 local_flush_data_cache_page = local_tx39_flush_data_cache_page; in tx39_cache_init()
H A Dc-r3k.c305 local_flush_data_cache_page = local_r3k_flush_data_cache_page; in r3k_cache_init()
H A Dc-r4k.c1910 local_flush_data_cache_page = local_r4k_flush_data_cache_page; in r4k_cache_init()
1963 local_flush_data_cache_page = (void *)b5k_instruction_hazard; in r4k_cache_init()
1983 local_flush_data_cache_page = (void *)cache_noop; in r4k_cache_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcacheflush.h113 extern void (*local_flush_data_cache_page)(void * addr);
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-generic/
H A Dide.h45 local_flush_data_cache_page((void *)addr); in __ide_flush_dcache_range()