Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dtraps.c1690 #define ERRCTL_L2P 0x00800000 in parity_protection_init() macro
1764 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()
1772 write_c0_ecc(errctl|ERRCTL_L2P); in parity_protection_init()
1774 l2parity_present = (read_c0_ecc() & ERRCTL_L2P); in parity_protection_init()
1780 errctl |= ERRCTL_L2P; in parity_protection_init()
1786 errctl |= ERRCTL_L2P; in parity_protection_init()
1804 errctl ^= ERRCTL_L2P; in parity_protection_init()
1806 (errctl & ERRCTL_L2P) ? "en" : "dis"); in parity_protection_init()