Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dcpuid-deps.c29 { X86_FEATURE_MPX, X86_FEATURE_XSAVE },
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h257 #define X86_FEATURE_MPX ( 9*32+14) /* Memory Protection Extension */ macro
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dstate_test.c176 if (this_cpu_has(X86_FEATURE_MPX)) { in guest_code()
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h256 #define X86_FEATURE_MPX ( 9*32+14) /* Memory Protection Extension */ macro
/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c68 [XFEATURE_BNDREGS] = X86_FEATURE_MPX,
69 [XFEATURE_BNDCSR] = X86_FEATURE_MPX,
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h149 #define X86_FEATURE_MPX KVM_X86_CPU_FEATURE(0x7, 0, EBX, 14) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c2044 !guest_cpuid_has(vcpu, X86_FEATURE_MPX))) in vmx_get_msr()
2262 !guest_cpuid_has(vcpu, X86_FEATURE_MPX))) in vmx_set_msr()
7907 kvm_cpu_cap_check_and_set(X86_FEATURE_MPX); in vmx_set_cpu_caps()
8485 if (boot_cpu_has(X86_FEATURE_MPX)) { in hardware_setup()