Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/kernel/
Dfpu-probe.c54 mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM; in cpu_set_fpu_fcsr_mask()
/linux-6.6.21/arch/loongarch/kernel/
Dcpu-probe.c35 mask = FPU_CSR_ALL_X | FPU_CSR_ALL_E | FPU_CSR_ALL_S | FPU_CSR_RM; in cpu_set_fpu_fcsr_mask()
/linux-6.6.21/arch/mips/math-emu/
Dcp1emu.c874 value = fcr31 & (FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_cfc()
943 fcr31 &= ~(FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_ctc()
944 fcr31 |= value & (FPU_CSR_ALL_X | FPU_CSR_ALL_S); in cop1_ctc()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h1392 #define FPU_CSR_ALL_S 0x001f0000 macro
/linux-6.6.21/arch/mips/include/asm/
Dmipsregs.h1189 #define FPU_CSR_ALL_S 0x0000007c macro