Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dswitch_to.h58 extern bool has_fpu;
60 #define has_fpu false macro
73 if (has_fpu) \
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dcpuflags.c15 static int has_fpu(void) in has_fpu() function
97 if (has_fpu()) in get_cpuflags()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcpufeature.c22 bool has_fpu __read_mostly;
149 has_fpu = true; in riscv_fill_hwcap()
H A Dsignal.c93 if (has_fpu) in restore_sigcontext()
148 if (has_fpu) in setup_sigcontext()
H A Dprocess.c77 if (has_fpu) { in start_thread()
/OK3568_Linux_fs/kernel/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)]
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dfpu.h13 extern bool has_fpu;
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dfpu_emulator.h169 struct mips_fpu_struct *ctx, int has_fpu,
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dcp1emu.c2838 int has_fpu, void __user **fault_addr) in fpu_emulator_cop1Handler() argument
2925 if (has_fpu) in fpu_emulator_cop1Handler()