Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dmips-mt.c138 write_c0_dtaglo(itcblkgrn); in mips_mt_set_cpuoptions()
143 write_c0_dtaglo((itc_base & 0xfffffc00) | 0x1 ); in mips_mt_set_cpuoptions()
H A Dspram.c84 write_c0_dtaglo(data); in dspram_store_tag()
/linux-6.15/arch/mips/include/asm/
H A Dmipsregs.h2057 #define write_c0_dtaglo(val) __write_32bit_c0_register($28, 2, val) macro