Home
last modified time | relevance | path

Searched refs:has_fpu (Results 1 – 7 of 7) sorted by relevance

/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
118 if (has_fpu()) \
/linux/arch/x86/boot/
H A Dcpuflags.c14 static int has_fpu(void) in has_fpu() function
78 if (has_fpu()) in get_cpuflags()
/linux/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.c169 if (has_fpu()) { in restore_sigcontext()
286 if (has_fpu()) in setup_sigcontext()
H A Dprocess.c147 if (has_fpu()) { in start_thread()
H A Dsys_hwprobe.c80 if (has_fpu()) in hwprobe_isa_ext0()
/linux/arch/mips/include/asm/
H A Dfpu_emulator.h169 struct mips_fpu_struct *ctx, int has_fpu,