Go to the source code of this file.
◆ svm_hv_inject_synthetic_vmexit_post_tlb_flush()
void svm_hv_inject_synthetic_vmexit_post_tlb_flush |
( |
struct kvm_vcpu * |
vcpu | ) |
|
Definition at line 9 of file hyperv.c.
13 svm->
vmcb->control.exit_code = HV_SVM_EXITCODE_ENL;
14 svm->
vmcb->control.exit_code_hi = 0;
15 svm->
vmcb->control.exit_info_1 = HV_SVM_ENL_EXITCODE_TRAP_AFTER_FLUSH;
16 svm->
vmcb->control.exit_info_2 = 0;
int nested_svm_vmexit(struct vcpu_svm *svm)
static __always_inline struct vcpu_svm * to_svm(struct kvm_vcpu *vcpu)