Home
last modified time | relevance | path

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

/linux-6.15/tools/arch/x86/include/asm/
Dcpufeatures.h246 #define X86_FEATURE_MPX ( 9*32+14) /* "mpx" Memory Protection Extension */ macro
/linux-6.15/arch/x86/include/asm/
Dcpufeatures.h246 #define X86_FEATURE_MPX ( 9*32+14) /* "mpx" Memory Protection Extension */ macro
/linux-6.15/tools/testing/selftests/kvm/include/x86/
Dprocessor.h159 #define X86_FEATURE_MPX KVM_X86_CPU_FEATURE(0x7, 0, EBX, 14) macro