Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h226 #define SPEFSCR_FOVF 0x00000100 /* Embedded FP overflow */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c2163 if ((spefscr & SPEFSCR_FOVF) && (fpexc_mode & PR_FP_EXC_OVF)) { in DEFINE_INTERRUPT_HANDLER()