Home
last modified time | relevance | path

Searched refs:SPEFSCR_FX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c749 lo_inexact = __FPU_FPSCR & (SPEFSCR_FG | SPEFSCR_FX); in speround_handler()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h222 #define SPEFSCR_FX 0x00001000 /* Embedded FP sticky bit */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c2174 else if ((spefscr & (SPEFSCR_FG | SPEFSCR_FX)) && (fpexc_mode & PR_FP_EXC_RES)) in DEFINE_INTERRUPT_HANDLER()