Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dfpu_emulator.h182 return fcr31 & (FPU_CSR_UNI_X | in mask_fcr31_x()
H A Dmipsregs.h1175 #define FPU_CSR_UNI_X 0x00020000 macro
/openbmc/linux/arch/mips/kernel/
H A Dsignal.c502 enabled = FPU_CSR_UNI_X | ((csr & FPU_CSR_ALL_E) << 5); in fpcsr_pending()
H A Dtraps.c891 if (fcr31 & FPU_CSR_UNI_X) { in do_fpe()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h793 #define FPU_CSR_UNI_X 0x00020000 macro