Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c461 else if (fcsr & FPU_CSR_DIV_X) in force_fcsr_sig()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1574 #define FPU_CSR_DIV_X 0x08000000 macro
/linux/arch/mips/kernel/
H A Dtraps.c780 else if (fcr31 & FPU_CSR_DIV_X) in force_fcr31_sig()
/linux/arch/mips/include/asm/
H A Dmipsregs.h1322 #define FPU_CSR_DIV_X 0x00008000 macro