Searched refs:vmx_disable_intercept_for_msr (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 2195 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD, in vmx_set_msr() 2287 vmx_disable_intercept_for_msr(vcpu, in vmx_set_msr() 4048 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 4049 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 4051 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW); in vmx_update_msr_bitmap_x2apic() 4076 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_recalc_msr_intercepts() 4078 vmx_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW); in vmx_recalc_msr_intercepts() 4079 vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in vmx_recalc_msr_intercepts() 4080 vmx_disable_intercept_for_msr(vcpu, MSR_KERNEL_GS_BASE, MSR_TYPE_RW); in vmx_recalc_msr_intercepts() 4082 vmx_disable_intercept_for_msr(vcp in vmx_recalc_msr_intercepts() [all...] |
H A D | vmx.h | 391 static inline void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, in vmx_disable_intercept_for_msr() function
|