Searched refs:X86_FEATURE_MPX (Results 1 – 7 of 7) sorted by relevance
16 # define DISABLE_MPX (1<<(X86_FEATURE_MPX & 31))
247 if (unlikely(cpu_feature_enabled(X86_FEATURE_MPX))) in arch_unmap()
231 #define X86_FEATURE_MPX ( 9*32+14) /* Memory Protection Extension */ macro
126 return best && (best->ebx & bit(X86_FEATURE_MPX)); in guest_cpuid_has_mpx()
1858 if (boot_cpu_has(X86_FEATURE_MPX)) in vmx_save_host_state()
330 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in task_get_bounds_dir()393 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_disable_management()
389 if (!cpu_feature_enabled(X86_FEATURE_MPX)) { in do_bounds()