Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dx86.h564 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type);
H A Dx86.c1752 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type) in kvm_msr_allowed() function
1793 EXPORT_SYMBOL_GPL(kvm_msr_allowed);
1918 if (!kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_READ)) in kvm_get_msr_with_filter()
1926 if (!kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_WRITE)) in kvm_set_msr_with_filter()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c841 if (read && !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) in set_msr_interception_bitmap()
844 if (write && !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) in set_msr_interception_bitmap()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c4043 !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) { in vmx_disable_intercept_for_msr()
4049 !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) { in vmx_disable_intercept_for_msr()