Lines Matching refs:vmcb
22 struct hv_vmcb_enlightenments *hve = &to_svm(vcpu)->vmcb->control.hv_enlightenments;
28 static inline void svm_hv_init_vmcb(struct vmcb *vmcb)
30 struct hv_vmcb_enlightenments *hve = &vmcb->control.hv_enlightenments;
32 BUILD_BUG_ON(sizeof(vmcb->control.hv_enlightenments) !=
33 sizeof(vmcb->control.reserved_sw));
73 struct vmcb *vmcb = to_svm(vcpu)->vmcb;
74 struct hv_vmcb_enlightenments *hve = &vmcb->control.hv_enlightenments;
77 vmcb_mark_dirty(vmcb, HV_VMCB_NESTED_ENLIGHTENMENTS);
80 static inline void svm_hv_update_vp_id(struct vmcb *vmcb, struct kvm_vcpu *vcpu)
82 struct hv_vmcb_enlightenments *hve = &vmcb->control.hv_enlightenments;
87 vmcb_mark_dirty(vmcb, HV_VMCB_NESTED_ENLIGHTENMENTS);
97 static inline void svm_hv_init_vmcb(struct vmcb *vmcb)
110 static inline void svm_hv_update_vp_id(struct vmcb *vmcb,