Searched refs:svm_disable_intercept_for_msr (Results 1 – 3 of 3) 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
|
| H A D | sev.c | 4645 svm_disable_intercept_for_msr(vcpu, MSR_AMD64_SEV_ES_GHCB, MSR_TYPE_RW); in sev_es_recalc_msr_intercepts() 4646 svm_disable_intercept_for_msr(vcpu, MSR_EFER, MSR_TYPE_RW); in sev_es_recalc_msr_intercepts() 4647 svm_disable_intercept_for_msr(vcpu, MSR_IA32_CR_PAT, MSR_TYPE_RW); in sev_es_recalc_msr_intercepts()
|