Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dc-r4k.c280 static void (* r4k_blast_icache_page)(unsigned long addr); variable
287 r4k_blast_icache_page = (void *)cache_noop; in r4k_blast_icache_page_setup()
289 r4k_blast_icache_page = blast_icache16_page; in r4k_blast_icache_page_setup()
291 r4k_blast_icache_page = loongson2_blast_icache32_page; in r4k_blast_icache_page_setup()
293 r4k_blast_icache_page = blast_icache32_page; in r4k_blast_icache_page_setup()
295 r4k_blast_icache_page = blast_icache64_page; in r4k_blast_icache_page_setup()
297 r4k_blast_icache_page = blast_icache128_page; in r4k_blast_icache_page_setup()
301 #define r4k_blast_icache_user_page r4k_blast_icache_page
611 vaddr ? r4k_blast_icache_page(addr) : in local_r4k_flush_cache_page()