Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A 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/arch/loongarch/kernel/
H A 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/arch/mips/math-emu/
H A 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/arch/loongarch/include/asm/
H A Dloongarch.h1428 #define FPU_CSR_ALL_S 0x001f0000 macro
/linux/arch/mips/include/asm/
H A Dmipsregs.h1334 #define FPU_CSR_ALL_S 0x0000007c macro