Searched refs:XSAVEOPT (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/fpu/
H A Dxstate.h80 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" macro
103 * Otherwise if XSAVEC is enabled, it replaces XSAVEOPT because it supports
104 * compacted storage format in addition to XSAVEOPT.
106 * Otherwise, if XSAVEOPT is enabled, XSAVEOPT replaces XSAVE because XSAVEOPT
117 XSAVEOPT, X86_FEATURE_XSAVEOPT, \
179 * Uses either XSAVE or XSAVEOPT or XSAVES depending on the CPU features
/linux-master/arch/x86/kvm/
H A Dcpuid.c705 F(XSAVEOPT) | F(XSAVEC) | F(XGETBV1) | F(XSAVES) | f_xfd

Completed in 524 milliseconds