Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dtraps.c1692 #define ERRCTL_L2P 0x00800000 in parity_protection_init()
1766 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()
1774 write_c0_errctl(errctl|ERRCTL_L2P); in parity_protection_init()
1776 l2parity_present = (read_c0_errctl() & ERRCTL_L2P); in parity_protection_init()
1782 errctl |= ERRCTL_L2P; in parity_protection_init()
1788 errctl |= ERRCTL_L2P; in parity_protection_init()
1806 errctl ^= ERRCTL_L2P; in parity_protection_init()
1808 str_enabled_disabled(errctl & ERRCTL_L2P)); in parity_protection_init()
1691 #define ERRCTL_L2P parity_protection_init() macro