Lines Matching refs:boot_cpu_has
214 if (!boot_cpu_has(X86_FEATURE_XSAVE) || !xfeatures_mask_all) in fpu__init_cpu_xstate()
238 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in fpu__init_cpu_xstate()
379 if (!boot_cpu_has(X86_FEATURE_XSAVES)) { in setup_xstate_comp_offsets()
453 if (!boot_cpu_has(X86_FEATURE_XSAVE)) in setup_init_fpu_buf()
459 if (boot_cpu_has(X86_FEATURE_XSAVES)) in setup_init_fpu_buf()
514 return boot_cpu_has(X86_FEATURE_XSAVES); in using_compacted_format()
747 if (boot_cpu_has(X86_FEATURE_XSAVES)) in init_xstate_size()
795 if (!boot_cpu_has(X86_FEATURE_FPU)) { in fpu__init_system_xstate()
800 if (!boot_cpu_has(X86_FEATURE_XSAVE)) { in fpu__init_system_xstate()
802 boot_cpu_has(X86_FEATURE_FXSR) ? "FXSAVE" : "FSAVE"); in fpu__init_system_xstate()
838 if (!boot_cpu_has(xsave_cpuid_features[i])) in fpu__init_system_xstate()
865 boot_cpu_has(X86_FEATURE_XSAVES) ? "compacted" : "standard"); in fpu__init_system_xstate()
881 if (boot_cpu_has(X86_FEATURE_XSAVE)) in fpu__resume_cpu()
888 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in fpu__resume_cpu()
931 if (!boot_cpu_has(X86_FEATURE_XSAVE)) in get_xsave_addr()
1005 if (!boot_cpu_has(X86_FEATURE_OSPKE)) in arch_set_user_pkey_access()
1246 if (WARN_ON(!boot_cpu_has(X86_FEATURE_XSAVES))) in copy_supervisor_to_kernel()
1310 if (WARN_ON_FPU(!boot_cpu_has(X86_FEATURE_XSAVES))) in copy_dynamic_supervisor_to_kernel()
1346 if (WARN_ON_FPU(!boot_cpu_has(X86_FEATURE_XSAVES))) in copy_kernel_to_dynamic_supervisor()