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

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h420 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type);
434 vmx_disable_intercept_for_msr(vcpu, msr, type);
H A Dvmx.c2195 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD,
2294 vmx_disable_intercept_for_msr(vcpu,
3956 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type) function
4081 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W);
4082 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W);
4084 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW);
4144 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R);
4147 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_W);
7538 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R);
7540 vmx_disable_intercept_for_msr(vcp
[all...]

Completed in 146 milliseconds