Symbol: vmx_disable_intercept_for_msr
arch/x86/kvm/vmx/vmx.c
2367
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD,
arch/x86/kvm/vmx/vmx.c
2459
vmx_disable_intercept_for_msr(vcpu,
arch/x86/kvm/vmx/vmx.c
4264
vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W);
arch/x86/kvm/vmx/vmx.c
4265
vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W);
arch/x86/kvm/vmx/vmx.c
4267
vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4350
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4352
vmx_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4353
vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4354
vmx_disable_intercept_for_msr(vcpu, MSR_KERNEL_GS_BASE, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4356
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_SYSENTER_CS, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4357
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_SYSENTER_ESP, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4358
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_SYSENTER_EIP, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4360
vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4361
vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4362
vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C6_RESIDENCY, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4363
vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C7_RESIDENCY, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4366
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_APERF, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4367
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_MPERF, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4375
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD, MSR_TYPE_RW);