Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h223 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" macro
254 asm volatile("1:"XSAVES"\n\t" in copy_xregs_to_kernel_booting()
327 XSAVES, in copy_xregs_to_kernel()
/linux-4.4.14/arch/x86/kvm/
Dcpuid.c97 if (best && (best->eax & (F(XSAVES) | F(XSAVEC)))) in kvm_update_cpuid()
299 unsigned f_xsaves = kvm_x86_ops->xsaves_supported() ? F(XSAVES) : 0; in __do_cpuid_ent()
514 if (entry[i].eax & (F(XSAVES)|F(XSAVEC))) in __do_cpuid_ent()
/linux-4.4.14/tools/lib/traceevent/
Dplugin_kvm.c129 _ER(XSAVES, 63) \