Searched refs:ERRCTL_PE (Results 1 – 1 of 1) sorted by relevance
1691 #define ERRCTL_PE 0x80000000 in parity_protection_init() macro1710 write_c0_errctl(cp0_ectl | ERRCTL_PE); in parity_protection_init()1718 !(cp0_ectl & ERRCTL_PE)) { in parity_protection_init()1728 cp0_ectl |= ERRCTL_PE; in parity_protection_init()1730 cp0_ectl &= ~ERRCTL_PE; in parity_protection_init()1733 WARN_ON(!!(read_c0_errctl() & ERRCTL_PE) != l1parity); in parity_protection_init()1766 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()1769 write_c0_errctl(errctl | ERRCTL_PE); in parity_protection_init()1771 l1parity_present = (read_c0_errctl() & ERRCTL_PE); in parity_protection_init()1780 errctl |= ERRCTL_PE; in parity_protection_init()[all …]