Home
last modified time | relevance | path

Searched defs:has_fpu (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dswitch_to.h60 #define has_fpu false macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dcpuflags.c15 static int has_fpu(void) in has_fpu() function
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dcpuflags.c15 static int has_fpu(void) in has_fpu() function
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dsetup.c45 bool has_fpu = false; variable
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dcp1emu.c2837 fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx, int has_fpu, void __user **fault_addr) fpu_emulator_cop1Handler() argument
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dcp1emu.c2837 fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx, int has_fpu, void __user **fault_addr) fpu_emulator_cop1Handler() argument
/third_party/node/deps/v8/src/base/
H A Dcpu.h80 bool has_fpu() const { return has_fpu_; } in has_fpu() function in v8::base::final

Completed in 7 milliseconds