Home
last modified time | relevance | path

Searched defs:has_fpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dswitch_to.h61 static __always_inline bool has_fpu(void) in has_fpu() function
67 static __always_inline bool has_fpu(void) { return false; } in has_fpu() function
/openbmc/linux/arch/x86/boot/
H A Dcpuflags.c15 static int has_fpu(void) in has_fpu() function
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c2838 int has_fpu, void __user **fault_addr) in fpu_emulator_cop1Handler()