Searched refs:vmx_disable_intercept_for_msr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/arch/x86/kvm/vmx/ |
| D | vmx.c | 364 static __always_inline void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, 2053 vmx_disable_intercept_for_msr(vcpu, in vmx_set_msr() 2089 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_PRED_CMD, MSR_TYPE_W); in vmx_set_msr() 3700 static __always_inline void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, in vmx_disable_intercept_for_msr() function 3786 vmx_disable_intercept_for_msr(vcpu, msr, type); in vmx_set_intercept_for_msr() 3837 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 3838 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic() 6898 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_create_vcpu() 6899 vmx_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW); in vmx_create_vcpu() 6900 vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in vmx_create_vcpu() [all …]
|