Searched refs:kvm_msr_allowed (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 688 if (!set && kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) in svm_set_intercept_for_msr() 695 if (!set && kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) in svm_set_intercept_for_msr()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 1801 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type) in kvm_msr_allowed() function 1842 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_msr_allowed); 2041 if (!kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_READ)) in kvm_emulate_msr_read() 2050 if (!kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_WRITE)) in kvm_emulate_msr_write()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 4091 if (!set && kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) in vmx_set_intercept_for_msr() 4098 if (!set && kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) in vmx_set_intercept_for_msr()
|