Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/fpu/
Dinternal.h210 #define XSAVES ".byte " REX_PREFIX "0x0f,0xc7,0x2f" macro
244 XSAVES, X86_FEATURE_XSAVES) \
285 XSTATE_OP(XSAVES, xstate, lmask, hmask, err); in copy_xregs_to_kernel_booting()
/Linux-v5.10/arch/x86/kernel/fpu/
Dxstate.c1257 XSTATE_OP(XSAVES, xstate, lmask, hmask, err); in copy_supervisor_to_kernel()
1319 XSTATE_OP(XSAVES, xstate, lmask, hmask, err); in copy_dynamic_supervisor_to_kernel()
/Linux-v5.10/arch/x86/include/asm/
Dvmx.h71 #define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES)
/Linux-v5.10/tools/lib/traceevent/plugins/
Dplugin_kvm.c115 _ER(XSAVES, 63) \
/Linux-v5.10/arch/x86/kvm/
Dcpuid.c440 F(XSAVEOPT) | F(XSAVEC) | F(XGETBV1) | F(XSAVES) in kvm_set_cpu_caps()
726 if (entry->eax & (F(XSAVES)|F(XSAVEC))) in __do_cpuid_func()