Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsvm.h706 void svm_set_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type, bool set);
711 svm_set_intercept_for_msr(vcpu, msr, type, false); in svm_disable_intercept_for_msr()
717 svm_set_intercept_for_msr(vcpu, msr, type, true); in svm_enable_intercept_for_msr()
H A Dsvm.c683 void svm_set_intercept_for_msr(struct kvm_vcpu *vcpu, u32 msr, int type, bool set) in svm_set_intercept_for_msr() function
730 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTBRANCHFROMIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
731 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTBRANCHTOIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
732 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTINTFROMIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
733 svm_set_intercept_for_msr(vcpu, MSR_IA32_LASTINTTOIP, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
736 svm_set_intercept_for_msr(vcpu, MSR_IA32_DEBUGCTLMSR, MSR_TYPE_RW, intercept); in svm_recalc_lbr_msr_intercepts()
782 svm_set_intercept_for_msr(&svm->vcpu, x2avic_passthrough_msrs[i], in svm_set_x2apic_msr_interception()
813 svm_set_intercept_for_msr(vcpu, MSR_IA32_PRED_CMD, MSR_TYPE_W, in svm_recalc_msr_intercepts()
817 svm_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W, in svm_recalc_msr_intercepts()
827 svm_set_intercept_for_msr(vcpu, MSR_IA32_SPEC_CTRL, MSR_TYPE_RW, in svm_recalc_msr_intercepts()
[all …]
H A Dsev.c4451 svm_set_intercept_for_msr(vcpu, MSR_TSC_AUX, MSR_TYPE_RW, in sev_es_recalc_msr_intercepts()
4467 svm_set_intercept_for_msr(vcpu, MSR_IA32_XSS, MSR_TYPE_RW, in sev_es_recalc_msr_intercepts()