Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/ !
H A Dsvm.c667 void svm_set_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type, bool set) in svm_set_intercept_for_msr() function
718 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTBRANCHFROMIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
719 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTBRANCHTOIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
720 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTINTFROMIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
721 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTINTTOIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
724 svm_set_intercept_for_msr(vcpu, MSR_IA32_DEBUGCTLMSR, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
745 svm_set_intercept_for_msr(vcpu, MSR_K7_PERFCTR0 + i, in svm_recalc_pmu_msr_intercepts()
750 svm_set_intercept_for_msr(vcpu, MSR_F15H_PERF_CTR + 2 * i, in svm_recalc_pmu_msr_intercepts()
758 svm_set_intercept_for_msr(vcpu, MSR_AMD64_PERF_CNTR_GLOBAL_CTL, in svm_recalc_pmu_msr_intercepts()
760 svm_set_intercept_for_msr(vcpu, MSR_AMD64_PERF_CNTR_GLOBAL_STATUS, in svm_recalc_pmu_msr_intercepts()
[all …]
H A Dsvm.h735 void svm_set_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type, bool set);
740 svm_set_intercept_for_msr(vcpu, msr, type, false); in svm_disable_intercept_for_msr()
746 svm_set_intercept_for_msr(vcpu, msr, type, true); in svm_enable_intercept_for_msr()
H A Davic.c155 svm_set_intercept_for_msr(&svm->vcpu, x2avic_passthrough_msrs[i], in avic_set_x2apic_msr_interception()
H A Dsev.c4562 svm_set_intercept_for_msr(vcpu, MSR_TSC_AUX, MSR_TYPE_RW, in sev_es_recalc_msr_intercepts()
4566 svm_set_intercept_for_msr(vcpu, MSR_AMD64_GUEST_TSC_FREQ, MSR_TYPE_R, in sev_es_recalc_msr_intercepts()
4581 svm_set_intercept_for_msr(vcpu, MSR_IA32_XSS, MSR_TYPE_RW, in sev_es_recalc_msr_intercepts()