Searched refs:svm_disable_intercept_for_msr (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 786 svm_disable_intercept_for_msr(vcpu, MSR_STAR, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 787 svm_disable_intercept_for_msr(vcpu, MSR_IA32_SYSENTER_CS, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 790 svm_disable_intercept_for_msr(vcpu, MSR_GS_BASE, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 791 svm_disable_intercept_for_msr(vcpu, MSR_FS_BASE, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 792 svm_disable_intercept_for_msr(vcpu, MSR_KERNEL_GS_BASE, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 793 svm_disable_intercept_for_msr(vcpu, MSR_LSTAR, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 794 svm_disable_intercept_for_msr(vcpu, MSR_CSTAR, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 795 svm_disable_intercept_for_msr(vcpu, MSR_SYSCALL_MASK, MSR_TYPE_RW); in svm_recalc_msr_intercepts() 832 svm_disable_intercept_for_msr(vcpu, MSR_IA32_APERF, MSR_TYPE_R); in svm_recalc_msr_intercepts() 833 svm_disable_intercept_for_msr(vcpu, MSR_IA32_MPERF, MSR_TYPE_R); in svm_recalc_msr_intercepts() [all …]
|
| H A D | svm.h | 804 static inline void svm_disable_intercept_for_msr(struct kvm_vcpu *vcpu, in svm_disable_intercept_for_msr() function
|