Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dreg_booke.h267 #define MCSR_BUS_IPERR 0x00000002UL /* Instruction parity Error */ macro
/Linux-v4.19/arch/powerpc/kernel/
Dtraps.c662 if (reason & MCSR_BUS_IPERR) in machine_check_e500()