Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds