Lines Matching refs:boot_cpu_has
216 if (!boot_cpu_has(X86_FEATURE_XSAVE) || !xfeatures_mask) in fpu__init_cpu_xstate()
356 if (!boot_cpu_has(X86_FEATURE_XSAVES)) { in setup_xstate_comp()
411 if (!boot_cpu_has(X86_FEATURE_XSAVE)) in setup_init_fpu_buf()
417 if (boot_cpu_has(X86_FEATURE_XSAVES)) in setup_init_fpu_buf()
471 return boot_cpu_has(X86_FEATURE_XSAVES); in using_compacted_format()
674 if (boot_cpu_has(X86_FEATURE_XSAVES)) in init_xstate_size()
722 if (!boot_cpu_has(X86_FEATURE_FPU)) { in fpu__init_system_xstate()
727 if (!boot_cpu_has(X86_FEATURE_XSAVE)) { in fpu__init_system_xstate()
729 boot_cpu_has(X86_FEATURE_FXSR) ? "FXSAVE" : "FSAVE"); in fpu__init_system_xstate()
755 if (!boot_cpu_has(xsave_cpuid_features[i])) in fpu__init_system_xstate()
781 boot_cpu_has(X86_FEATURE_XSAVES) ? "compacted" : "standard"); in fpu__init_system_xstate()
797 if (boot_cpu_has(X86_FEATURE_XSAVE)) in fpu__resume_cpu()
838 if (!boot_cpu_has(X86_FEATURE_XSAVE)) in get_xsave_addr()
915 if (!boot_cpu_has(X86_FEATURE_OSPKE)) in arch_set_user_pkey_access()