Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h247 #define MCSR_ICP 0x04000000 /* I-Cache Parity Error */ macro
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c435 if (mcsr & MCSR_ICP){ in machine_check_440A()
473 if (mcsr & MCSR_ICP) { in machine_check_47x()