Lines Matching refs:boot_cpu_has
222 if (!boot_cpu_has(X86_FEATURE_XSAVE) || !xfeatures_mask) in fpu__init_cpu_xstate()
362 if (!boot_cpu_has(X86_FEATURE_XSAVES)) { in setup_xstate_comp()
417 if (!boot_cpu_has(X86_FEATURE_XSAVE)) in setup_init_fpu_buf()
423 if (boot_cpu_has(X86_FEATURE_XSAVES)) in setup_init_fpu_buf()
477 return boot_cpu_has(X86_FEATURE_XSAVES); in using_compacted_format()
680 if (boot_cpu_has(X86_FEATURE_XSAVES)) in init_xstate_size()
728 if (!boot_cpu_has(X86_FEATURE_FPU)) { in fpu__init_system_xstate()
733 if (!boot_cpu_has(X86_FEATURE_XSAVE)) { in fpu__init_system_xstate()
735 boot_cpu_has(X86_FEATURE_FXSR) ? "FXSAVE" : "FSAVE"); in fpu__init_system_xstate()
761 if (!boot_cpu_has(xsave_cpuid_features[i])) in fpu__init_system_xstate()
787 boot_cpu_has(X86_FEATURE_XSAVES) ? "compacted" : "standard"); in fpu__init_system_xstate()
803 if (boot_cpu_has(X86_FEATURE_XSAVE)) in fpu__resume_cpu()
848 if (!boot_cpu_has(X86_FEATURE_XSAVE)) in get_xsave_addr()
927 if (!boot_cpu_has(X86_FEATURE_OSPKE)) in arch_set_user_pkey_access()