Searched refs:ERRCTL_PE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
H A Dtraps.c1653 #define ERRCTL_PE 0x80000000 parity_protection_init() macro
1659 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); parity_protection_init()
1662 write_c0_ecc(errctl | ERRCTL_PE); parity_protection_init()
1664 l1parity_present = (read_c0_ecc() & ERRCTL_PE); parity_protection_init()
1673 errctl |= ERRCTL_PE; parity_protection_init()
1678 errctl |= ERRCTL_PE; parity_protection_init()
1695 (errctl & ERRCTL_PE) ? "en" : "dis"); parity_protection_init()

Completed in 63 milliseconds