Searched refs:kvm_msr_allowed (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | x86.h | 619 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type);
|
H A D | x86.c | 1771 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type) in kvm_msr_allowed() function 1812 EXPORT_SYMBOL_GPL(kvm_msr_allowed); 1937 if (!kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_READ)) in kvm_get_msr_with_filter() 1945 if (!kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_WRITE)) in kvm_set_msr_with_filter()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 690 if (!set && kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) in svm_set_intercept_for_msr() 697 if (!set && kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) in svm_set_intercept_for_msr()
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 3981 if (!set && kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) in vmx_set_intercept_for_msr() 3988 if (!set && kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) in vmx_set_intercept_for_msr()
|