Home
last modified time | relevance | path

Searched refs:X86_FEATURE_MPX (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dcpuid-deps.c29 { X86_FEATURE_MPX, X86_FEATURE_XSAVE },
/linux/tools/testing/selftests/kvm/x86/
H A Dstate_test.c174 if (this_cpu_has(X86_FEATURE_MPX)) { in guest_code()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h247 #define X86_FEATURE_MPX ( 9*32+14) /* "mpx" Memory Protection Extension */ macro
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h180 #define X86_FEATURE_MPX KVM_X86_CPU_FEATURE(0x7, 0, EBX, 14)
163 #define X86_FEATURE_MPX global() macro