Home
last modified time | relevance | path

Searched refs:FPU_CSR_OVF_X (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dtraps.c463 else if (fcsr & FPU_CSR_OVF_X) in force_fcsr_sig()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1582 #define FPU_CSR_OVF_X 0x04000000 macro
/linux/arch/mips/kernel/
H A Dtraps.c782 else if (fcr31 & FPU_CSR_OVF_X) in force_fcr31_sig()
/linux/arch/mips/include/asm/
H A Dmipsregs.h1323 #define FPU_CSR_OVF_X 0x00004000 macro