Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/fpu/
Dinternal.h209 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" macro
243 XSAVES, X86_FEATURE_XSAVES) \
284 XSTATE_OP(XSAVES, xstate, lmask, hmask, err); in copy_xregs_to_kernel_booting()
/Linux-v5.4/arch/x86/kvm/
Dcpuid.c117 if (best && (best->eax & (F(XSAVES) | F(XSAVEC)))) in kvm_update_cpuid()
443 unsigned f_xsaves = kvm_x86_ops->xsaves_supported() ? F(XSAVES) : 0; in __do_cpuid_func()
662 if (entry[i].eax & (F(XSAVES)|F(XSAVEC))) in __do_cpuid_func()
/Linux-v5.4/tools/lib/traceevent/plugins/
Dplugin_kvm.c130 _ER(XSAVES, 63) \