Symbol: vmx_disable_intercept_for_msr
arch/x86/kvm/vmx/vmx.c
2356
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD,
arch/x86/kvm/vmx/vmx.c
2448
vmx_disable_intercept_for_msr(vcpu,
arch/x86/kvm/vmx/vmx.c
4186
vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W);
arch/x86/kvm/vmx/vmx.c
4187
vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W);
arch/x86/kvm/vmx/vmx.c
4189
vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4272
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4274
vmx_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4275
vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4276
vmx_disable_intercept_for_msr(vcpu, MSR_KERNEL_GS_BASE, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4278
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_SYSENTER_CS, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4279
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_SYSENTER_ESP, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4280
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_SYSENTER_EIP, MSR_TYPE_RW);
arch/x86/kvm/vmx/vmx.c
4282
vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C1_RES, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4283
vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C3_RESIDENCY, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4284
vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C6_RESIDENCY, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4285
vmx_disable_intercept_for_msr(vcpu, MSR_CORE_C7_RESIDENCY, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4288
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_APERF, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4289
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_MPERF, MSR_TYPE_R);
arch/x86/kvm/vmx/vmx.c
4297
vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD, MSR_TYPE_RW);