Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/kernel/
Dfpu-probe.h22 return FPIR_IMP_NONE; in cpu_get_fpu_id()
Dcpu-r3k-probe.c80 c->fpu_id = FPIR_IMP_NONE; in cpu_probe()
Dfpu-probe.c43 return (cpu_get_fpu_id() & FPIR_IMP_MASK) != FPIR_IMP_NONE; in __cpu_has_fpu()
Dcpu-probe.c1979 c->fpu_id = FPIR_IMP_NONE; in cpu_probe()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcpu.h289 #define FPIR_IMP_NONE 0x0000 macro