Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h252 #define PPC47x_MCSR_GPR 0x01000000 /* GPR parity error */ macro
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c479 if (mcsr & PPC47x_MCSR_GPR) in machine_check_47x()