Searched refs:L3CR_L3PE (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | cpu_subr.c | 136 { 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/ |
| D | spr.h | 249 #define L3CR_L3PE 0x40000000 /* 1: L3 data parity checking enable */ macro
|