Searched refs:spec_ctrl_intercepted (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | vmenter.S | 83 .macro RESTORE_HOST_SPEC_CTRL_BODY spec_ctrl_intercepted:req 92 cmpb $0, \spec_ctrl_intercepted
|
| H A D | svm.h | 942 void __svm_sev_es_vcpu_run(struct vcpu_svm *svm, bool spec_ctrl_intercepted, 944 void __svm_vcpu_run(struct vcpu_svm *svm, bool spec_ctrl_intercepted);
|
| H A D | svm.c | 4256 static noinstr void svm_vcpu_enter_exit(struct kvm_vcpu *vcpu, bool spec_ctrl_intercepted) in svm_vcpu_enter_exit() argument 4278 __svm_sev_es_vcpu_run(svm, spec_ctrl_intercepted, in svm_vcpu_enter_exit() 4281 __svm_vcpu_run(svm, spec_ctrl_intercepted); in svm_vcpu_enter_exit() 4292 bool spec_ctrl_intercepted = msr_write_intercepted(vcpu, MSR_IA32_SPEC_CTRL); in svm_vcpu_run() local 4373 svm_vcpu_enter_exit(vcpu, spec_ctrl_intercepted); in svm_vcpu_run()
|