Searched refs:XSAVES (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/include/asm/fpu/ |
D | internal.h | 210 #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/ |
D | xstate.c | 1257 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/ |
D | vmx.h | 71 #define SECONDARY_EXEC_XSAVES VMCS_CONTROL_BIT(XSAVES)
|
/Linux-v5.10/tools/lib/traceevent/plugins/ |
D | plugin_kvm.c | 115 _ER(XSAVES, 63) \
|
/Linux-v5.10/arch/x86/kvm/ |
D | cpuid.c | 440 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()
|