Searched refs:X86_FEATURE_MPX (Results 1 – 12 of 12) sorted by relevance
16 # define DISABLE_MPX (1<<(X86_FEATURE_MPX & 31))
301 if (unlikely(cpu_feature_enabled(X86_FEATURE_MPX))) in arch_unmap()
251 #define X86_FEATURE_MPX ( 9*32+14) /* Memory Protection Extension */ macro
29 { X86_FEATURE_MPX, X86_FEATURE_XSAVE },
63 if (cpu_has(c, X86_FEATURE_MPX) && !cpu_has(c, X86_FEATURE_SMEP)) { in check_mpx_erratum()64 setup_clear_cpu_cap(X86_FEATURE_MPX); in check_mpx_erratum()
175 if (!boot_cpu_has(X86_FEATURE_MPX)) in x86_mpx_setup()178 setup_clear_cpu_cap(X86_FEATURE_MPX); in x86_mpx_setup()
186 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_get_bounds_dir()252 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_disable_management()
47 X86_FEATURE_MPX,48 X86_FEATURE_MPX,
444 if (!cpu_feature_enabled(X86_FEATURE_MPX)) { in do_bounds()
1810 !guest_cpuid_has(vcpu, X86_FEATURE_MPX))) in vmx_get_msr()1957 !guest_cpuid_has(vcpu, X86_FEATURE_MPX))) in vmx_set_msr()7008 bool mpx_enabled = guest_cpuid_has(vcpu, X86_FEATURE_MPX); in nested_vmx_entry_exit_ctls_update()7596 if (boot_cpu_has(X86_FEATURE_MPX)) { in hardware_setup()