Home
last modified time | relevance | path

Searched refs:SPEFSCR_FG (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmath_efp.c746 lo_inexact = __FPU_FPSCR & (SPEFSCR_FG | SPEFSCR_FX); in speround_handler()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmath_efp.c749 lo_inexact = __FPU_FPSCR & (SPEFSCR_FG | SPEFSCR_FX); in speround_handler()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dreg.h224 #define SPEFSCR_FG 0x00002000 /* Embedded FP guard bit */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dreg.h221 #define SPEFSCR_FG 0x00002000 /* Embedded FP guard bit */ macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dtraps.c2170 else if ((spefscr & (SPEFSCR_FG | SPEFSCR_FX)) && (fpexc_mode & PR_FP_EXC_RES)) in SPEFloatingPointException()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dtraps.c2174 else if ((spefscr & (SPEFSCR_FG | SPEFSCR_FX)) && (fpexc_mode & PR_FP_EXC_RES)) in DEFINE_INTERRUPT_HANDLER()

Completed in 16 milliseconds