Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dspram.c36 write_c0_errctl(res | set); in bis_c0_errctl()
54 write_c0_errctl(errctl); in ispram_store_tag()
71 write_c0_errctl(errctl); in ispram_load_tag()
88 write_c0_errctl(errctl); in dspram_store_tag()
104 write_c0_errctl(errctl); in dspram_load_tag()
H A Dmips-mt.c126 write_c0_errctl(ectlval | (0x1 << 26)); in mips_mt_set_cpuoptions()
147 write_c0_errctl(ectlval); in mips_mt_set_cpuoptions()
H A Dtraps.c1710 write_c0_errctl(cp0_ectl | ERRCTL_PE); in parity_protection_init()
1731 write_c0_errctl(cp0_ectl); in parity_protection_init()
1769 write_c0_errctl(errctl | ERRCTL_PE); in parity_protection_init()
1774 write_c0_errctl(errctl|ERRCTL_L2P); in parity_protection_init()
1795 write_c0_errctl(errctl); in parity_protection_init()
1816 write_c0_errctl(0x80000000); in parity_protection_init()
/linux-6.15/arch/mips/include/asm/
H A Dmipsregs.h2043 #define write_c0_errctl(val) __write_32bit_c0_register($26, 0, val) macro