Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A 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()
H A Dc-r4k.c915 write_c0_taglo(0); in rm7k_erratum31()
1414 write_c0_taglo(0); in probe_scache()
/linux/arch/mips/include/asm/
H A Dmipsregs.h2054 #define write_c0_taglo(val) __write_32bit_c0_register($28, 0, val) macro