Searched refs:flush_data_cache_page (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/mips/mm/
H A Dcache.c47 void (*flush_data_cache_page)(unsigned long addr); variable
51 EXPORT_SYMBOL(flush_data_cache_page); variable
102 flush_data_cache_page(addr); __flush_dcache_page()
119 flush_data_cache_page((unsigned long)kaddr); __flush_anon_page()
122 flush_data_cache_page(addr); __flush_anon_page()
145 flush_data_cache_page(addr); __update_cache()
H A Dc-tx39.c374 flush_data_cache_page = (void *) tx39h_flush_icache_all; tx39_cache_init()
405 flush_data_cache_page = tx39_flush_data_cache_page; tx39_cache_init()
H A Dc-octeon.c294 flush_data_cache_page = octeon_flush_data_cache_page; octeon_cache_init()
H A Dc-r3k.c333 flush_data_cache_page = r3k_flush_data_cache_page; r3k_cache_init()
H A Dinit.c175 flush_data_cache_page((unsigned long)vto); copy_user_highpage()
H A Dc-r4k.c1691 flush_data_cache_page = r4k_flush_data_cache_page; r4k_cache_init()
1727 flush_data_cache_page = r4k_blast_dcache_page; r4k_cache_init()
1739 flush_data_cache_page = (void *)b5k_instruction_hazard; r4k_cache_init()
/linux-4.1.27/arch/mips/include/asm/
H A Dcacheflush.h30 * - flush_data_cache_page() flushes a page from the data cache
111 extern void (*flush_data_cache_page)(unsigned long addr);
H A Dpage.h101 extern void (*flush_data_cache_page)(unsigned long addr); clear_user_page()
105 flush_data_cache_page((unsigned long)addr); clear_user_page()
/linux-4.1.27/arch/score/mm/
H A Dcache.c42 static void flush_data_cache_page(unsigned long addr) flush_data_cache_page() function
73 flush_data_cache_page(addr); flush_dcache_page()
92 flush_data_cache_page(addr); __update_cache()
/linux-4.1.27/arch/mips/kvm/
H A Dtlb.c241 flush_data_cache_page((entryhi & VPN2_MASK) & kvm_mips_host_tlb_write()
246 flush_data_cache_page(((entryhi & VPN2_MASK) & kvm_mips_host_tlb_write()

Completed in 298 milliseconds