Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
Dtraps.c1698 #define ERRCTL_PE 0x80000000 in parity_protection_init() macro
1717 write_c0_ecc(cp0_ectl | ERRCTL_PE); in parity_protection_init()
1725 !(cp0_ectl & ERRCTL_PE)) { in parity_protection_init()
1735 cp0_ectl |= ERRCTL_PE; in parity_protection_init()
1737 cp0_ectl &= ~ERRCTL_PE; in parity_protection_init()
1740 WARN_ON(!!(read_c0_ecc() & ERRCTL_PE) != l1parity); in parity_protection_init()
1773 errctl &= ~(ERRCTL_PE|ERRCTL_L2P); in parity_protection_init()
1776 write_c0_ecc(errctl | ERRCTL_PE); in parity_protection_init()
1778 l1parity_present = (read_c0_ecc() & ERRCTL_PE); in parity_protection_init()
1787 errctl |= ERRCTL_PE; in parity_protection_init()
[all …]