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

/linux-master/arch/mips/kernel/
H A Dtraps.c1694 ulong gcr_ectl, cp0_ectl; local
1708 cp0_ectl = read_c0_ecc();
1709 write_c0_ecc(cp0_ectl | ERRCTL_PE);
1711 cp0_ectl = read_c0_ecc();
1717 !(cp0_ectl & ERRCTL_PE)) {
1727 cp0_ectl |= ERRCTL_PE;
1729 cp0_ectl &= ~ERRCTL_PE;
1730 write_c0_ecc(cp0_ectl);

Completed in 110 milliseconds