Searched refs:vmx_disable_intercept_for_msr (Results 1 - 2 of 2) sorted by last modified time

/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.c2196 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_XFD,
2295 vmx_disable_intercept_for_msr(vcpu,
3957 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type)
4082 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_EOI), MSR_TYPE_W);
4083 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_SELF_IPI), MSR_TYPE_W);
4085 vmx_disable_intercept_for_msr(vcpu, X2APIC_MSR(APIC_ICR), MSR_TYPE_RW);
4145 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_R);
4148 vmx_disable_intercept_for_msr(vcpu, msr, MSR_TYPE_W);
7539 vmx_disable_intercept_for_msr(vcpu, MSR_IA32_TSC, MSR_TYPE_R);
7541 vmx_disable_intercept_for_msr(vcp
3956 void vmx_disable_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type) function
[all...]

Completed in 133 milliseconds