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

/linux-master/arch/x86/kernel/fpu/
H A Dxstate.h81 #define XSAVEC ".byte " REX_PREFIX "0x0f,0xc7,0x27" macro
100 * If XSAVES is enabled, it replaces XSAVEC because it supports supervisor
101 * states in addition to XSAVEC.
103 * Otherwise if XSAVEC is enabled, it replaces XSAVEOPT because it supports
118 XSAVEC, X86_FEATURE_XSAVEC, \
/linux-master/arch/x86/kvm/
H A Dcpuid.c705 F(XSAVEOPT) | F(XSAVEC) | F(XGETBV1) | F(XSAVES) | f_xfd
1063 if (entry->eax & (F(XSAVES)|F(XSAVEC)))

Completed in 191 milliseconds