Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Dtraps.c1644 ulong gcr_ectl, cp0_ectl; in parity_protection_init() local
1658 cp0_ectl = read_c0_ecc(); in parity_protection_init()
1659 write_c0_ecc(cp0_ectl | ERRCTL_PE); in parity_protection_init()
1661 cp0_ectl = read_c0_ecc(); in parity_protection_init()
1667 !(cp0_ectl & ERRCTL_PE)) { in parity_protection_init()
1677 cp0_ectl |= ERRCTL_PE; in parity_protection_init()
1679 cp0_ectl &= ~ERRCTL_PE; in parity_protection_init()
1680 write_c0_ecc(cp0_ectl); in parity_protection_init()