Home
last modified time | relevance | path

Searched refs:flush_data_cache_page (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/mips/mm/
Dcache.c41 void (*flush_data_cache_page)(unsigned long addr); variable
45 EXPORT_SYMBOL(flush_data_cache_page);
93 flush_data_cache_page(addr); in __flush_dcache_page()
107 flush_data_cache_page((unsigned long)kaddr); in __flush_anon_page()
110 flush_data_cache_page(addr); in __flush_anon_page()
130 flush_data_cache_page(addr); in __update_cache()
Dc-tx39.c370 flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
399 flush_data_cache_page = tx39_flush_data_cache_page; in tx39_cache_init()
Dc-octeon.c272 flush_data_cache_page = octeon_flush_data_cache_page; in octeon_cache_init()
Dc-r3k.c328 flush_data_cache_page = r3k_flush_data_cache_page; in r3k_cache_init()
Dinit.c225 flush_data_cache_page((unsigned long)vto); in copy_user_highpage()
Dc-r4k.c1404 flush_data_cache_page = r4k_flush_data_cache_page; in r4k_cache_init()
/linux-2.6.39/arch/score/mm/
Dcache.c42 static void flush_data_cache_page(unsigned long addr) in flush_data_cache_page() function
73 flush_data_cache_page(addr); in flush_dcache_page()
91 flush_data_cache_page(addr); in __update_cache()
/linux-2.6.39/arch/mips/include/asm/
Dpage.h74 extern void (*flush_data_cache_page)(unsigned long addr); in clear_user_page()
78 flush_data_cache_page((unsigned long)addr); in clear_user_page()
Dcacheflush.h96 extern void (*flush_data_cache_page)(unsigned long addr);