Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h212 #define PPC47x_MCSR_IPR 0x00400000 /* Imprecise Machine Check Exception */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c443 if (mcsr & PPC47x_MCSR_IPR) in machine_check_47x()