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

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c2200 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD,
2299 vmx_disable_intercept_for_msr(vcpu,
3963 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type) function
4088 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W);
4089 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W);
4091 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW);
4151 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R);
4154 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_W);
7566 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R);
7568 vmx_disable_intercept_for_msr(vcp
[all...]
H A Dvmx.h423 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type);
437 vmx_disable_intercept_for_msr(vcpu, msr, type);

Completed in 192 milliseconds