Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
Dtraps.c1702 ulong gcr_ectl, cp0_ectl; in parity_protection_init() local
1716 cp0_ectl = read_c0_ecc(); in parity_protection_init()
1717 write_c0_ecc(cp0_ectl | ERRCTL_PE); in parity_protection_init()
1719 cp0_ectl = read_c0_ecc(); in parity_protection_init()
1725 !(cp0_ectl & ERRCTL_PE)) { in parity_protection_init()
1735 cp0_ectl |= ERRCTL_PE; in parity_protection_init()
1737 cp0_ectl &= ~ERRCTL_PE; in parity_protection_init()
1738 write_c0_ecc(cp0_ectl); in parity_protection_init()