Home
last modified time | relevance | path

Searched refs:vmx_disable_intercept_for_msr (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c424 static __always_inline void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu,
2142 vmx_disable_intercept_for_msr(vcpu, in vmx_set_msr()
2178 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_PRED_CMD, MSR_TYPE_W); in vmx_set_msr()
3798 static __always_inline void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, in vmx_disable_intercept_for_msr() function
3884 vmx_disable_intercept_for_msr(vcpu, msr, type); in vmx_set_intercept_for_msr()
3935 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
3936 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W); in vmx_update_msr_bitmap_x2apic()
7037 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R); in vmx_create_vcpu()
7039 vmx_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW); in vmx_create_vcpu()
7040 vmx_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in vmx_create_vcpu()
[all …]