Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Ddisabled-features.h16 # define DISABLE_MPX (1<<(X86_FEATURE_MPX & 31))
Dmmu_context.h301 if (unlikely(cpu_feature_enabled(X86_FEATURE_MPX))) in arch_unmap()
Dcpufeatures.h251 #define X86_FEATURE_MPX ( 9*32+14) /* Memory Protection Extension */ macro
/Linux-v5.4/tools/arch/x86/include/asm/
Ddisabled-features.h16 # define DISABLE_MPX (1<<(X86_FEATURE_MPX & 31))
Dcpufeatures.h251 #define X86_FEATURE_MPX ( 9*32+14) /* Memory Protection Extension */ macro
/Linux-v5.4/arch/x86/kernel/cpu/
Dcpuid-deps.c29 { X86_FEATURE_MPX, X86_FEATURE_XSAVE },
Dintel.c63 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()
Dcommon.c175 if (!boot_cpu_has(X86_FEATURE_MPX)) in x86_mpx_setup()
178 setup_clear_cpu_cap(X86_FEATURE_MPX); in x86_mpx_setup()
/Linux-v5.4/arch/x86/mm/
Dmpx.c186 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_get_bounds_dir()
252 if (!cpu_feature_enabled(X86_FEATURE_MPX)) in mpx_disable_management()
/Linux-v5.4/arch/x86/kernel/fpu/
Dxstate.c47 X86_FEATURE_MPX,
48 X86_FEATURE_MPX,
/Linux-v5.4/arch/x86/kernel/
Dtraps.c444 if (!cpu_feature_enabled(X86_FEATURE_MPX)) { in do_bounds()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c1810 !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()