Home
last modified time | relevance | path

Searched refs:FPU_CSR_DIV_X (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/loongarch/kernel/
Dtraps.c434 else if (fcsr & FPU_CSR_DIV_X) in force_fcsr_sig()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h1387 #define FPU_CSR_DIV_X 0x08000000 macro
/linux-6.6.21/arch/mips/kernel/
Dtraps.c778 else if (fcr31 & FPU_CSR_DIV_X) in force_fcr31_sig()
/linux-6.6.21/arch/mips/include/asm/
Dmipsregs.h1177 #define FPU_CSR_DIV_X 0x00008000 macro
/linux-6.6.21/arch/mips/math-emu/
Dcp1emu.c1956 rcsr |= FPU_CSR_DIV_X | FPU_CSR_DIV_S; in fpu_emu()