Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/mm/
A Dc-r4k.c316 static void (* r4k_blast_icache_page)(unsigned long addr); variable
323 r4k_blast_icache_page = (void *)cache_noop; in r4k_blast_icache_page_setup()
325 r4k_blast_icache_page = blast_icache16_page; in r4k_blast_icache_page_setup()
327 r4k_blast_icache_page = loongson2_blast_icache32_page; in r4k_blast_icache_page_setup()
329 r4k_blast_icache_page = blast_icache32_page; in r4k_blast_icache_page_setup()
331 r4k_blast_icache_page = blast_icache64_page; in r4k_blast_icache_page_setup()
333 r4k_blast_icache_page = blast_icache128_page; in r4k_blast_icache_page_setup()
337 #define r4k_blast_icache_user_page r4k_blast_icache_page
706 vaddr ? r4k_blast_icache_page(addr) : in local_r4k_flush_cache_page()

Completed in 8 milliseconds