Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/mm/
Dc-r4k.c251 static void (* r4k_blast_icache_page)(unsigned long addr); variable
258 r4k_blast_icache_page = (void *)cache_noop; in r4k_blast_icache_page_setup()
260 r4k_blast_icache_page = blast_icache16_page; in r4k_blast_icache_page_setup()
262 r4k_blast_icache_page = loongson2_blast_icache32_page; in r4k_blast_icache_page_setup()
264 r4k_blast_icache_page = blast_icache32_page; in r4k_blast_icache_page_setup()
266 r4k_blast_icache_page = blast_icache64_page; in r4k_blast_icache_page_setup()
268 r4k_blast_icache_page = blast_icache128_page; in r4k_blast_icache_page_setup()
272 #define r4k_blast_icache_user_page r4k_blast_icache_page
596 vaddr ? r4k_blast_icache_page(addr) : in local_r4k_flush_cache_page()