Home
last modified time | relevance | path

Searched refs:kvm_msr_allowed (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.h374 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type);
H A Dx86.c1563 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type) in kvm_msr_allowed() function
1607 EXPORT_SYMBOL_GPL(kvm_msr_allowed); variable
1620 if (!host_initiated && !kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_WRITE)) in __kvm_set_msr()
1680 if (!host_initiated && !kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_READ)) in __kvm_get_msr()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.h500 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type);
H A Dx86.c1794 bool kvm_msr_allowed(struct kvm_vcpu *vcpu, u32 index, u32 type) in kvm_msr_allowed() function
1835 EXPORT_SYMBOL_GPL(kvm_msr_allowed); variable
1967 if (!kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_READ)) in kvm_get_msr_with_filter()
1974 if (!kvm_msr_allowed(vcpu, index, KVM_MSR_FILTER_WRITE)) in kvm_set_msr_with_filter()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c645 if (read && !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) in set_msr_interception_bitmap()
648 if (write && !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) in set_msr_interception_bitmap()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c854 if (read && !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) in set_msr_interception_bitmap()
857 if (write && !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) in set_msr_interception_bitmap()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c3854 !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) { in vmx_disable_intercept_for_msr()
3860 !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) { in vmx_disable_intercept_for_msr()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c3992 !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_READ)) { in vmx_disable_intercept_for_msr()
3998 !kvm_msr_allowed(vcpu, msr, KVM_MSR_FILTER_WRITE)) { in vmx_disable_intercept_for_msr()

Completed in 61 milliseconds