r4k_blast_dcache_page_indexed  205 arch/mips/mm/c-r4k.c static void (* r4k_blast_dcache_page_indexed)(unsigned long addr);
r4k_blast_dcache_page_indexed  212 arch/mips/mm/c-r4k.c 		r4k_blast_dcache_page_indexed = (void *)cache_noop;
r4k_blast_dcache_page_indexed  214 arch/mips/mm/c-r4k.c 		r4k_blast_dcache_page_indexed = blast_dcache16_page_indexed;
r4k_blast_dcache_page_indexed  216 arch/mips/mm/c-r4k.c 		r4k_blast_dcache_page_indexed = blast_dcache32_page_indexed;
r4k_blast_dcache_page_indexed  218 arch/mips/mm/c-r4k.c 		r4k_blast_dcache_page_indexed = blast_dcache64_page_indexed;
r4k_blast_dcache_page_indexed  220 arch/mips/mm/c-r4k.c 		r4k_blast_dcache_page_indexed = blast_dcache128_page_indexed;