Searched refs:X86_FEATURE_FPU (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | init.c | 34 if (!boot_cpu_has(X86_FEATURE_FPU)) in fpu__init_cpu_generic() 40 if (!boot_cpu_has(X86_FEATURE_FPU)) in fpu__init_cpu_generic() 77 !test_bit(X86_FEATURE_FPU, (unsigned long *)cpu_caps_cleared)) { in fpu__init_system_early_generic() 79 setup_force_cpu_cap(X86_FEATURE_FPU); in fpu__init_system_early_generic() 81 setup_clear_cpu_cap(X86_FEATURE_FPU); in fpu__init_system_early_generic() 85 if (!test_cpu_cap(&boot_cpu_data, X86_FEATURE_FPU)) { in fpu__init_system_early_generic() 193 if (!cpu_feature_enabled(X86_FEATURE_FPU)) { in fpu__init_system_xstate_size_legacy()
|
H A D | core.c | 441 if (unlikely(kfpu_mask & KFPU_387) && boot_cpu_has(X86_FEATURE_FPU)) in kernel_fpu_begin_mask() 506 if (!cpu_feature_enabled(X86_FEATURE_FPU)) { in fpstate_init_user() 595 if (!cpu_feature_enabled(X86_FEATURE_FPU)) in fpu_clone() 746 if (!cpu_feature_enabled(X86_FEATURE_FPU)) { in fpu__clear_user_states() 784 if (!static_cpu_has(X86_FEATURE_FPU)) in switch_fpu_return()
|
H A D | bugs.c | 30 if (!boot_cpu_has(X86_FEATURE_FPU)) in fpu__init_check_bugs()
|
H A D | signal.c | 198 if (!static_cpu_has(X86_FEATURE_FPU)) { in copy_fpstate_to_sigframe() 488 if (!IS_ENABLED(CONFIG_X86_64) && !cpu_feature_enabled(X86_FEATURE_FPU)) { in fpu__restore_sig()
|
H A D | regset.c | 410 if (!cpu_feature_enabled(X86_FEATURE_FPU)) in fpregs_get() 444 if (!cpu_feature_enabled(X86_FEATURE_FPU)) in fpregs_set()
|
H A D | xstate.c | 65 [XFEATURE_FP] = X86_FEATURE_FPU, 752 if (!boot_cpu_has(X86_FEATURE_FPU)) { in fpu__init_system_xstate()
|
/openbmc/linux/arch/x86/include/asm/fpu/ |
H A D | sched.h | 42 if (cpu_feature_enabled(X86_FEATURE_FPU) && in switch_fpu_prepare() 65 if (cpu_feature_enabled(X86_FEATURE_FPU)) in switch_fpu_finish()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | proc.c | 47 boot_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", in show_cpuinfo_misc() 48 boot_cpu_has(X86_FEATURE_FPU) ? "yes" : "no", in show_cpuinfo_misc()
|
H A D | cpuid-deps.c | 23 { X86_FEATURE_FXSR, X86_FEATURE_FPU },
|
H A D | cyrix.c | 341 p = Cx486_name[!!boot_cpu_has(X86_FEATURE_FPU)]; in init_cyrix()
|
H A D | common.c | 1535 setup_clear_cpu_cap(X86_FEATURE_FPU); in cpu_parse_early_param()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | required-features.h | 15 # define NEED_FPU (1<<(X86_FEATURE_FPU & 31))
|
H A D | cpufeatures.h | 29 #define X86_FEATURE_FPU ( 0*32+ 0) /* Onboard FPU */ macro
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | required-features.h | 15 # define NEED_FPU (1<<(X86_FEATURE_FPU & 31))
|
H A D | cpufeatures.h | 29 #define X86_FEATURE_FPU ( 0*32+ 0) /* Onboard FPU */ macro
|
/openbmc/linux/arch/x86/boot/ |
H A D | cpuflags.c | 88 set_bit(X86_FEATURE_FPU, cpu.flags); in get_cpuflags()
|
/openbmc/linux/arch/um/kernel/ |
H A D | um_arch.c | 83 seq_printf(m, "fpu\t\t: %s\n", cpu_has(&boot_cpu_data, X86_FEATURE_FPU) ? "yes" : "no"); in show_cpuinfo()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | traps.c | 1292 if (!boot_cpu_has(X86_FEATURE_FPU) && (cr0 & X86_CR0_EM)) { in DEFINE_IDTENTRY()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 9482 if (!boot_cpu_has(X86_FEATURE_FPU) || !boot_cpu_has(X86_FEATURE_FXSR)) { in __kvm_x86_vendor_init()
|