Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dtraps.c1614 ulong gcr_ectl, cp0_ectl; in parity_protection_init() local
1628 cp0_ectl = read_c0_ecc(); in parity_protection_init()
1629 write_c0_ecc(cp0_ectl | ERRCTL_PE); in parity_protection_init()
1631 cp0_ectl = read_c0_ecc(); in parity_protection_init()
1637 !(cp0_ectl & ERRCTL_PE)) { in parity_protection_init()
1647 cp0_ectl |= ERRCTL_PE; in parity_protection_init()
1649 cp0_ectl &= ~ERRCTL_PE; in parity_protection_init()
1650 write_c0_ecc(cp0_ectl); in parity_protection_init()