Home
last modified time | relevance | path

Searched refs:has_fpu (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dswitch_to.h58 extern bool has_fpu;
60 #define has_fpu false macro
73 if (has_fpu) \
/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
80 if (has_fpu()) \
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dcpuflags.c15 static int has_fpu(void) in has_fpu() function
97 if (has_fpu()) in get_cpuflags()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dcpufeature.c22 bool has_fpu __read_mostly;
149 has_fpu = true; in riscv_fill_hwcap()
H A Dsignal.c94 if (has_fpu) in restore_sigcontext()
149 if (has_fpu) in setup_sigcontext()
H A Dprocess.c77 if (has_fpu) { in start_thread()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dcpuflags.c15 static int has_fpu(void) in has_fpu() function
87 if (has_fpu()) in get_cpuflags()
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dsetup.c45 bool has_fpu = false; variable
146 if (has_fpu) in dump_cpu_info()
195 has_fpu = true; in setup_cpuinfo()
H A Dex-exit.S29 sethi $p0, hi20(has_fpu)
30 lbsi $p0, [$p0+lo12(has_fpu)]
H A Dex-entry.S29 sethi $p0, hi20(has_fpu)
30 lbsi $p0, [$p0+lo12(has_fpu)]
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dcompat_signal.c114 if (has_fpu()) in compat_restore_sigcontext()
171 if (has_fpu()) in compat_setup_sigcontext()
H A Dsignal.c158 if (has_fpu()) { in restore_sigcontext()
280 if (has_fpu()) in setup_sigcontext()
H A Dsys_riscv.c132 if (has_fpu()) in hwprobe_isa_ext0()
H A Dprocess.c118 if (has_fpu()) { in start_thread()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dfpu.h13 extern bool has_fpu;
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dfpu_emulator.h169 struct mips_fpu_struct *ctx, int has_fpu,
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dfpu_emulator.h169 struct mips_fpu_struct *ctx, int has_fpu,
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dcp1emu.c2838 int has_fpu, void __user **fault_addr) in fpu_emulator_cop1Handler()
2925 if (has_fpu) in fpu_emulator_cop1Handler()
2837 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.c2838 int has_fpu, void __user **fault_addr) in fpu_emulator_cop1Handler()
2925 if (has_fpu) in fpu_emulator_cop1Handler()
2837 fpu_emulator_cop1Handler(struct pt_regs *xcp, struct mips_fpu_struct *ctx, int has_fpu, void __user **fault_addr) fpu_emulator_cop1Handler() argument

Completed in 11 milliseconds