Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mm/
Dcache.c47 void (*flush_data_cache_page)(unsigned long addr); variable
51 EXPORT_SYMBOL(flush_data_cache_page);
102 flush_data_cache_page(addr); in __flush_dcache_page()
119 flush_data_cache_page((unsigned long)kaddr); in __flush_anon_page()
122 flush_data_cache_page(addr); in __flush_anon_page()
145 flush_data_cache_page(addr); in __update_cache()
Dc-tx39.c372 flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
401 flush_data_cache_page = tx39_flush_data_cache_page; in tx39_cache_init()
Dc-r3k.c333 flush_data_cache_page = r3k_flush_data_cache_page; in r3k_cache_init()
Dc-octeon.c294 flush_data_cache_page = octeon_flush_data_cache_page; in octeon_cache_init()
Dc-r4k.c1694 flush_data_cache_page = r4k_flush_data_cache_page; in r4k_cache_init()
1730 flush_data_cache_page = r4k_blast_dcache_page; in r4k_cache_init()
1742 flush_data_cache_page = (void *)b5k_instruction_hazard; in r4k_cache_init()
Dinit.c179 flush_data_cache_page((unsigned long)vto); in copy_user_highpage()
/linux-4.4.14/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()
92 flush_data_cache_page(addr); in __update_cache()
/linux-4.4.14/arch/mips/include/asm/
Dpage.h101 extern void (*flush_data_cache_page)(unsigned long addr); in clear_user_page()
105 flush_data_cache_page((unsigned long)addr); in clear_user_page()
Dcacheflush.h111 extern void (*flush_data_cache_page)(unsigned long addr);
/linux-4.4.14/arch/mips/kvm/
Dtlb.c241 flush_data_cache_page((entryhi & VPN2_MASK) & in kvm_mips_host_tlb_write()
246 flush_data_cache_page(((entryhi & VPN2_MASK) & in kvm_mips_host_tlb_write()