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

/linux-master/arch/mips/kernel/
H A Dtraps.c1690 #define ERRCTL_PE 0x80000000 macro
1709 write_c0_ecc(cp0_ectl | ERRCTL_PE);
1717 !(cp0_ectl & ERRCTL_PE)) {
1727 cp0_ectl |= ERRCTL_PE;
1729 cp0_ectl &= ~ERRCTL_PE;
1732 WARN_ON(!!(read_c0_ecc() & ERRCTL_PE) != l1parity);
1765 errctl &= ~(ERRCTL_PE|ERRCTL_L2P);
1768 write_c0_ecc(errctl | ERRCTL_PE);
1770 l1parity_present = (read_c0_ecc() & ERRCTL_PE);
1779 errctl |= ERRCTL_PE;
[all...]

Completed in 143 milliseconds