Home
last modified time | relevance | path

Searched defs:X86_FEATURE_XSAVE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h141 #define X86_FEATURE_XSAVE ( 4*32+26) /* XSAVE/XRSTOR/XSETBV/XGETBV instructions */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h141 #define X86_FEATURE_XSAVE ( 4*32+26) /* XSAVE/XRSTOR/XSETBV/XGETBV instructions */ macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h132 #define X86_FEATURE_XSAVE KVM_X86_CPU_FEATURE(0x1, 0, ECX, 26) macro