Searched refs:X86_FEATURE_MPX (Results 1 – 9 of 9) sorted by relevance
16 # define DISABLE_MPX (1<<(X86_FEATURE_MPX & 31))
274 if (unlikely(cpu_feature_enabled(X86_FEATURE_MPX))) in arch_unmap()
234 #define X86_FEATURE_MPX ( 9*32+14) /* Memory Protection Extension */ macro
142 return best && (best->ebx & bit(X86_FEATURE_MPX)); in guest_cpuid_has_mpx()
1932 if (boot_cpu_has(X86_FEATURE_MPX)) in vmx_save_host_state()
312 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_get_bounds_dir()369 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_disable_management()
54 setup_clear_cpu_cap(X86_FEATURE_MPX); in fpu__xstate_clear_all_cpu_caps()
156 if (!boot_cpu_has(X86_FEATURE_MPX)) in x86_mpx_setup()159 setup_clear_cpu_cap(X86_FEATURE_MPX); in x86_mpx_setup()
376 if (!cpu_feature_enabled(X86_FEATURE_MPX)) { in do_bounds()