Searched refs:X86_FEATURE_XSAVE (Results 1 – 7 of 7) sorted by relevance
34 if (!static_cpu_has(X86_FEATURE_XSAVE)) in guest_cpuid_has_xsave()38 return best && (best->ecx & bit(X86_FEATURE_XSAVE)); in guest_cpuid_has_xsave()
136 #define X86_FEATURE_XSAVE ( 4*32+26) /* XSAVE/XRSTOR/XSETBV/XGETBV */ macro397 #define cpu_has_xsave boot_cpu_has(X86_FEATURE_XSAVE)
44 setup_clear_cpu_cap(X86_FEATURE_XSAVE); in fpu__xstate_clear_all_cpu_caps()694 if (!boot_cpu_has(X86_FEATURE_XSAVE)) in get_xsave_addr()
206 setup_clear_cpu_cap(X86_FEATURE_XSAVE); in fpu__init_system_xstate_size_legacy()
70 return static_cpu_has_safe(X86_FEATURE_XSAVE); in use_xsave()
304 { X86_FEATURE_XSAVE, 0x0000000d },
448 (1 << (X86_FEATURE_XSAVE % 32)) | in xen_init_cpuid_mask()