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

/linux-master/arch/mips/kernel/
H A Dtraps.c1691 #define ERRCTL_L2P 0x00800000 macro
1765 errctl &= ~(ERRCTL_PE|ERRCTL_L2P);
1773 write_c0_ecc(errctl|ERRCTL_L2P);
1775 l2parity_present = (read_c0_ecc() & ERRCTL_L2P);
1781 errctl |= ERRCTL_L2P;
1787 errctl |= ERRCTL_L2P;
1805 errctl ^= ERRCTL_L2P;
1807 (errctl & ERRCTL_L2P) ? "en" : "dis");

Completed in 144 milliseconds