Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dtraps.c1761 unsigned int l1parity_present, l2parity_present; in parity_protection_init() local
1769 l1parity_present = (read_c0_ecc() & ERRCTL_PE); in parity_protection_init()
1776 if (l1parity_present && l2parity_present) { in parity_protection_init()
1781 } else if (l1parity_present) { in parity_protection_init()
1798 if (l1parity_present) in parity_protection_init()
1803 if (l1parity_present && l1parity) in parity_protection_init()