Home
last modified time | relevance | path

Searched refs:spec_ctrl_intercepted (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/x86/kvm/svm/
Dsvm.h698 void __svm_sev_es_vcpu_run(struct vcpu_svm *svm, bool spec_ctrl_intercepted);
699 void __svm_vcpu_run(struct vcpu_svm *svm, bool spec_ctrl_intercepted);
Dsvm.c4113 static noinstr void svm_vcpu_enter_exit(struct kvm_vcpu *vcpu, bool spec_ctrl_intercepted) in svm_vcpu_enter_exit() argument
4122 __svm_sev_es_vcpu_run(svm, spec_ctrl_intercepted); in svm_vcpu_enter_exit()
4124 __svm_vcpu_run(svm, spec_ctrl_intercepted); in svm_vcpu_enter_exit()
4132 bool spec_ctrl_intercepted = msr_write_intercepted(vcpu, MSR_IA32_SPEC_CTRL); in svm_vcpu_run() local
4191 svm_vcpu_enter_exit(vcpu, spec_ctrl_intercepted); in svm_vcpu_run()