Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/mm/
Dc-r4k.c313 static void (* r4k_blast_icache_page)(unsigned long addr); variable
320 r4k_blast_icache_page = (void *)cache_noop; in r4k_blast_icache_page_setup()
322 r4k_blast_icache_page = blast_icache16_page; in r4k_blast_icache_page_setup()
324 r4k_blast_icache_page = loongson2_blast_icache32_page; in r4k_blast_icache_page_setup()
326 r4k_blast_icache_page = blast_icache32_page; in r4k_blast_icache_page_setup()
328 r4k_blast_icache_page = blast_icache64_page; in r4k_blast_icache_page_setup()
330 r4k_blast_icache_page = blast_icache128_page; in r4k_blast_icache_page_setup()
334 #define r4k_blast_icache_user_page r4k_blast_icache_page
683 vaddr ? r4k_blast_icache_page(addr) : in local_r4k_flush_cache_page()