Home
last modified time | relevance | path

Searched refs:XSAVES (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/fpu/
Dinternal.h217 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" macro
251 XSAVES, X86_FEATURE_XSAVES) \
292 XSTATE_OP(XSAVES, xstate, lmask, hmask, err); in copy_xregs_to_kernel_booting()
/Linux-v4.19/arch/x86/kvm/
Dcpuid.c123 if (best && (best->eax & (F(XSAVES) | F(XSAVEC)))) in kvm_update_cpuid()
338 unsigned f_xsaves = kvm_x86_ops->xsaves_supported() ? F(XSAVES) : 0; in __do_cpuid_ent()
587 if (entry[i].eax & (F(XSAVES)|F(XSAVEC))) in __do_cpuid_ent()
/Linux-v4.19/tools/lib/traceevent/
Dplugin_kvm.c129 _ER(XSAVES, 63) \