Home
last modified time | relevance | path

Searched refs:X86_FEATURE_FPU (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dinit.c30 if (!boot_cpu_has(X86_FEATURE_FPU)) in fpu__init_cpu_generic()
36 if (!boot_cpu_has(X86_FEATURE_FPU)) in fpu__init_cpu_generic()
73 !test_bit(X86_FEATURE_FPU, (unsigned long *)cpu_caps_cleared)) { in fpu__init_system_early_generic()
75 setup_force_cpu_cap(X86_FEATURE_FPU); in fpu__init_system_early_generic()
77 setup_clear_cpu_cap(X86_FEATURE_FPU); in fpu__init_system_early_generic()
81 if (!test_cpu_cap(&boot_cpu_data, X86_FEATURE_FPU)) { in fpu__init_system_early_generic()
205 if (!boot_cpu_has(X86_FEATURE_FPU)) { in fpu__init_system_xstate_size_legacy()
H A Dcore.c148 if (unlikely(kfpu_mask & KFPU_387) && boot_cpu_has(X86_FEATURE_FPU)) in kernel_fpu_begin_mask()
197 if (!static_cpu_has(X86_FEATURE_FPU)) { in fpstate_init()
220 if (!static_cpu_has(X86_FEATURE_FPU)) in fpu__copy()
366 if (!static_cpu_has(X86_FEATURE_FPU)) { in fpu__clear()
403 if (!static_cpu_has(X86_FEATURE_FPU)) in switch_fpu_return()
H A Dbugs.c30 if (!boot_cpu_has(X86_FEATURE_FPU)) in fpu__init_check_bugs()
H A Dregset.c296 if (!boot_cpu_has(X86_FEATURE_FPU)) in fpregs_get()
326 if (!boot_cpu_has(X86_FEATURE_FPU)) in fpregs_set()
H A Dsignal.c173 if (!static_cpu_has(X86_FEATURE_FPU)) { in copy_fpstate_to_sigframe()
305 if (!static_cpu_has(X86_FEATURE_FPU)) { in __fpu__restore_sig()
H A Dxstate.c45 X86_FEATURE_FPU,
830 if (!boot_cpu_has(X86_FEATURE_FPU)) { in fpu__init_system_xstate()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dproc.c45 boot_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", in show_cpuinfo_misc()
46 boot_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", in show_cpuinfo_misc()
H A Dcpuid-deps.c23 { X86_FEATURE_FXSR, X86_FEATURE_FPU },
H A Dcyrix.c340 p = Cx486_name[!!boot_cpu_has(X86_FEATURE_FPU)]; in init_cyrix()
H A Dcommon.c1321 setup_clear_cpu_cap(X86_FEATURE_FPU); in cpu_parse_early_param()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Drequired-features.h15 # define NEED_FPU (1<<(X86_FEATURE_FPU & 31))
H A Dcpufeatures.h29 #define X86_FEATURE_FPU ( 0*32+ 0) /* Onboard FPU */ macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Drequired-features.h15 # define NEED_FPU (1<<(X86_FEATURE_FPU & 31))
H A Dcpufeatures.h29 #define X86_FEATURE_FPU ( 0*32+ 0) /* Onboard FPU */ macro
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dcpuflags.c98 set_bit(X86_FEATURE_FPU, cpu.flags); in get_cpuflags()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dinternal.h538 if (static_cpu_has(X86_FEATURE_FPU) && !(prev->flags & PF_KTHREAD)) { in switch_fpu_prepare()
563 if (!static_cpu_has(X86_FEATURE_FPU)) in switch_fpu_finish()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtraps.c1138 if (!boot_cpu_has(X86_FEATURE_FPU) && (cr0 & X86_CR0_EM)) { in DEFINE_IDTENTRY()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c8093 if (!boot_cpu_has(X86_FEATURE_FPU) || !boot_cpu_has(X86_FEATURE_FXSR)) { in kvm_arch_init()