Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/kernel/
Dcpu-r3k-probe.c86 c->fpu_msk31 = FPU_CSR_RSVD | FPU_CSR_ABS2008 | FPU_CSR_NAN2008 | in cpu_probe()
Dcpu-probe.c1856 c->fpu_msk31 = FPU_CSR_RSVD | FPU_CSR_ABS2008 | FPU_CSR_NAN2008; in cpu_probe()
/linux-6.6.21/arch/loongarch/kernel/
Dcpu-probe.c306 c->fpu_mask = FPU_CSR_RSVD; in cpu_probe()
/linux-6.6.21/arch/loongarch/include/asm/
Dloongarch.h1378 #define FPU_CSR_RSVD 0xe0e0fce0 macro
/linux-6.6.21/arch/mips/include/asm/
Dmipsregs.h1163 #define FPU_CSR_RSVD (_ULCAST_(7) << 20) macro