5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
7 #include <linux/kvm_host.h>
9 #include <asm/mshyperv.h>
20 struct hv_vmcb_enlightenments *hve;
21 hpa_t partition_assist_page = hv_get_partition_assist_page(vcpu);
23 if (partition_assist_page == INVALID_PAGE)
26 hve = &
to_svm(vcpu)->
vmcb->control.hv_enlightenments;
28 hve->partition_assist_page = partition_assist_page;
29 hve->hv_vm_id = (
unsigned long)vcpu->kvm;
30 if (!hve->hv_enlightenments_control.nested_flush_hypercall) {
31 hve->hv_enlightenments_control.nested_flush_hypercall = 1;
static __always_inline struct vcpu_svm * to_svm(struct kvm_vcpu *vcpu)
static void vmcb_mark_dirty(struct vmcb *vmcb, int bit)
int svm_hv_enable_l2_tlb_flush(struct kvm_vcpu *vcpu)