Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Ddisabled-features.h16 # define DISABLE_MPX (1<<(X86_FEATURE_MPX & 31))
Dmmu_context.h247 if (unlikely(cpu_feature_enabled(X86_FEATURE_MPX))) in arch_unmap()
Dcpufeature.h231 #define X86_FEATURE_MPX ( 9*32+14) /* Memory Protection Extension */ macro
/linux-4.1.27/arch/x86/kvm/
Dcpuid.h126 return best && (best->ebx & bit(X86_FEATURE_MPX)); in guest_cpuid_has_mpx()
Dvmx.c1858 if (boot_cpu_has(X86_FEATURE_MPX)) in vmx_save_host_state()
/linux-4.1.27/arch/x86/mm/
Dmpx.c330 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in task_get_bounds_dir()
393 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_disable_management()
/linux-4.1.27/arch/x86/kernel/
Dtraps.c389 if (!cpu_feature_enabled(X86_FEATURE_MPX)) { in do_bounds()