Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dmce.h53 #define P7_DSISR_MC_SLB_MULTIHIT_PARITY (PPC_BIT(57)) /* P8 too */ macro
65 P7_DSISR_MC_SLB_MULTIHIT_PARITY)
/linux-4.4.14/arch/powerpc/kernel/
Dmce_power.c244 } else if (dsisr & P7_DSISR_MC_SLB_MULTIHIT_PARITY) { in mce_get_derror_p7()