Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/oea/
Dcpu_subr.c136 { L3CR_L3PE|L3CR_L3APE, L3CR_L3PE|L3CR_L3APE, " parity" },
137 { L3CR_L3PE|L3CR_L3APE, L3CR_L3PE, " data-parity" },
138 { L3CR_L3PE|L3CR_L3APE, L3CR_L3APE, " address-parity" },
139 { L3CR_L3PE|L3CR_L3APE, 0, " no-parity" },
1025 l3cr &= ~(L3CR_L3E|L3CR_L3I|L3CR_L3PE|L3CR_L3CLKEN|L3CR_RESERVED); in cpu_enable_l3cr()
/netbsd/src/sys/arch/powerpc/include/oea/
Dspr.h249 #define L3CR_L3PE 0x40000000 /* 1: L3 data parity checking enable */ macro