Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c4328 static void vmx_disable_intercept_for_msr(u32 msr, bool longmode_only) in vmx_disable_intercept_for_msr() function
6155 vmx_disable_intercept_for_msr(MSR_FS_BASE, false); in hardware_setup()
6156 vmx_disable_intercept_for_msr(MSR_GS_BASE, false); in hardware_setup()
6157 vmx_disable_intercept_for_msr(MSR_KERNEL_GS_BASE, true); in hardware_setup()
6158 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_CS, false); in hardware_setup()
6159 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_ESP, false); in hardware_setup()
6160 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_EIP, false); in hardware_setup()
6161 vmx_disable_intercept_for_msr(MSR_IA32_BNDCFGS, true); in hardware_setup()