Symbol: X86_FEATURE_FPU
arch/um/kernel/um_arch.c
86
seq_printf(m, "fpu\t\t: %s\n", str_yes_no(cpu_has(&boot_cpu_data, X86_FEATURE_FPU)));
arch/x86/boot/cpuflags.c
79
set_bit(X86_FEATURE_FPU, cpu.flags);
arch/x86/include/asm/fpu/sched.h
35
cpu_feature_enabled(X86_FEATURE_FPU) &&
arch/x86/kernel/cpu/common.c
1739
setup_clear_cpu_cap(X86_FEATURE_FPU);
arch/x86/kernel/cpu/cpuid-deps.c
23
{ X86_FEATURE_FXSR, X86_FEATURE_FPU },
arch/x86/kernel/cpu/cyrix.c
335
p = Cx486_name[!!boot_cpu_has(X86_FEATURE_FPU)];
arch/x86/kernel/cpu/proc.c
47
str_yes_no(boot_cpu_has(X86_FEATURE_FPU)),
arch/x86/kernel/cpu/proc.c
48
str_yes_no(boot_cpu_has(X86_FEATURE_FPU)),
arch/x86/kernel/fpu/bugs.c
33
if (!boot_cpu_has(X86_FEATURE_FPU))
arch/x86/kernel/fpu/core.c
494
if (unlikely(kfpu_mask & KFPU_387) && boot_cpu_has(X86_FEATURE_FPU))
arch/x86/kernel/fpu/core.c
561
if (!cpu_feature_enabled(X86_FEATURE_FPU)) {
arch/x86/kernel/fpu/core.c
680
if (!cpu_feature_enabled(X86_FEATURE_FPU))
arch/x86/kernel/fpu/core.c
841
if (!cpu_feature_enabled(X86_FEATURE_FPU)) {
arch/x86/kernel/fpu/core.c
882
if (!static_cpu_has(X86_FEATURE_FPU))
arch/x86/kernel/fpu/init.c
194
if (!cpu_feature_enabled(X86_FEATURE_FPU)) {
arch/x86/kernel/fpu/init.c
34
if (!boot_cpu_has(X86_FEATURE_FPU))
arch/x86/kernel/fpu/init.c
40
if (!boot_cpu_has(X86_FEATURE_FPU))
arch/x86/kernel/fpu/init.c
82
!test_bit(X86_FEATURE_FPU, (unsigned long *)cpu_caps_cleared)) {
arch/x86/kernel/fpu/init.c
84
setup_force_cpu_cap(X86_FEATURE_FPU);
arch/x86/kernel/fpu/init.c
86
setup_clear_cpu_cap(X86_FEATURE_FPU);
arch/x86/kernel/fpu/init.c
90
if (!test_cpu_cap(&boot_cpu_data, X86_FEATURE_FPU)) {
arch/x86/kernel/fpu/regset.c
410
if (!cpu_feature_enabled(X86_FEATURE_FPU))
arch/x86/kernel/fpu/regset.c
444
if (!cpu_feature_enabled(X86_FEATURE_FPU))
arch/x86/kernel/fpu/signal.c
185
if (!static_cpu_has(X86_FEATURE_FPU)) {
arch/x86/kernel/fpu/signal.c
475
if (!IS_ENABLED(CONFIG_X86_64) && !cpu_feature_enabled(X86_FEATURE_FPU)) {
arch/x86/kernel/fpu/xstate.c
73
[XFEATURE_FP] = X86_FEATURE_FPU,
arch/x86/kernel/fpu/xstate.c
813
if (!boot_cpu_has(X86_FEATURE_FPU)) {
arch/x86/kernel/traps.c
1552
if (!boot_cpu_has(X86_FEATURE_FPU) && (cr0 & X86_CR0_EM)) {
arch/x86/kvm/x86.c
10061
if (!boot_cpu_has(X86_FEATURE_FPU) || !boot_cpu_has(X86_FEATURE_FXSR)) {