Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dtraps.c1761 unsigned int l1parity_present, l2parity_present; in parity_protection_init() local
1774 l2parity_present = (read_c0_ecc() & ERRCTL_L2P); in parity_protection_init()
1776 if (l1parity_present && l2parity_present) { in parity_protection_init()
1784 } else if (l2parity_present) { in parity_protection_init()
1802 if (l2parity_present) { in parity_protection_init()