Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/mm/
Dsc-rm7k.c96 write_c0_taglo(0); in blast_rm7k_tcache()
113 write_c0_taglo(0); in __rm7k_tc_enable()
139 write_c0_taglo(0); in __rm7k_sc_enable()
208 write_c0_taglo(0); in __probe_tcache()
Dc-r4k.c763 write_c0_taglo(0); in rm7k_erratum31()
1138 write_c0_taglo(0); in probe_scache()
/linux-3.4.99/arch/mips/kernel/
Dspram.c56 write_c0_taglo(data); in ispram_store_tag()
/linux-3.4.99/arch/mips/include/asm/
Dmipsregs.h1046 #define write_c0_taglo(val) __write_32bit_c0_register($28, 0, val) macro