Home
last modified time | relevance | path

Searched refs:cpu_dcache_wbinval_page (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/arch/nds32/mm/
Dcacheflush.c180 cpu_dcache_wbinval_page((unsigned long)vaddr); in copy_user_page()
183 cpu_dcache_wbinval_page((unsigned long)vto); in copy_user_page()
189 cpu_dcache_wbinval_page((unsigned long)vaddr); in clear_user_page()
192 cpu_dcache_wbinval_page((unsigned long)addr); in clear_user_page()
249 cpu_dcache_wbinval_page(kaddr); in flush_dcache_page()
256 cpu_dcache_wbinval_page(kto); in flush_dcache_page()
315 cpu_dcache_wbinval_page(ktmp); in flush_anon_page()
Dproc.c236 void cpu_dcache_wbinval_page(unsigned long start) in cpu_dcache_wbinval_page() function
270 cpu_dcache_wbinval_page(page); in cpu_cache_wbinval_page()
401 cpu_dcache_wbinval_page(t_start); in cpu_cache_wbinval_range_check()
/Linux-v5.15/arch/nds32/include/asm/
Dproc-fns.h22 extern void cpu_dcache_wbinval_page(unsigned long page);