Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h250 #define MCSR_IMPE 0x00800000 /* Imprecise Machine Check Exception */ macro
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c443 if (mcsr & MCSR_IMPE) in machine_check_440A()