Searched refs:XSAVEOPT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/ |
H A D | xstate.h | 82 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" macro 105 * Otherwise if XSAVEC is enabled, it replaces XSAVEOPT because it supports 106 * compacted storage format in addition to XSAVEOPT. 108 * Otherwise, if XSAVEOPT is enabled, XSAVEOPT replaces XSAVE because XSAVEOPT 119 XSAVEOPT, X86_FEATURE_XSAVEOPT, \ 175 * Uses either XSAVE or XSAVEOPT or XSAVES depending on the CPU features
|
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
H A D | internal.h | 218 #define XSAVEOPT ".byte " REX_PREFIX "0x0f,0xae,0x37" macro 241 * If XSAVES is enabled, it replaces XSAVEOPT because it supports a compact 243 * XSAVEOPT. 245 * Otherwise, if XSAVEOPT is enabled, XSAVEOPT replaces XSAVE because XSAVEOPT 256 XSAVEOPT, X86_FEATURE_XSAVEOPT, \
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | cpuid.c | 440 F(XSAVEOPT) | F(XSAVEC) | F(XGETBV1) | F(XSAVES) in kvm_set_cpu_caps()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | cpuid.c | 686 F(XSAVEOPT) | F(XSAVEC) | F(XGETBV1) | F(XSAVES) | f_xfd in kvm_set_cpu_caps()
|
Completed in 5 milliseconds