Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h211 #define PPC47x_MCSR_FPR 0x00800000 /* FPR parity error */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dtraps.c441 if (mcsr & PPC47x_MCSR_FPR) in machine_check_47x()