Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h263 #define MCSR_BUS_IPERR 0x00000002UL /* Instruction parity Error */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c746 if (reason & MCSR_BUS_IPERR) in machine_check_e500()