Searched refs:vmx_disable_intercept_for_msr (Results 1 – 1 of 1) sorted by relevance
4460 static void vmx_disable_intercept_for_msr(u32 msr, bool longmode_only) in vmx_disable_intercept_for_msr() function6243 vmx_disable_intercept_for_msr(MSR_FS_BASE, false); in hardware_setup()6244 vmx_disable_intercept_for_msr(MSR_GS_BASE, false); in hardware_setup()6245 vmx_disable_intercept_for_msr(MSR_KERNEL_GS_BASE, true); in hardware_setup()6246 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_CS, false); in hardware_setup()6247 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_ESP, false); in hardware_setup()6248 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_EIP, false); in hardware_setup()6249 vmx_disable_intercept_for_msr(MSR_IA32_BNDCFGS, true); in hardware_setup()