Home
last modified time | relevance | path

Searched refs:kvm_msr_allowed (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/x86/kvm/
Dx86.h448 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type);
Dx86.c1608 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type) in kvm_msr_allowed() function
1649 EXPORT_SYMBOL_GPL(kvm_msr_allowed);
1662 if (!host_initiated && !kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_WRITE)) in __kvm_set_msr()
1746 if (!host_initiated && !kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_READ)) in __kvm_get_msr()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c667 if (read && !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) in set_msr_interception_bitmap()
670 if (write && !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) in set_msr_interception_bitmap()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c3765 !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) { in vmx_disable_intercept_for_msr()
3771 !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) { in vmx_disable_intercept_for_msr()