Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/svm/
Dsvm_onhyperv.h21 struct hv_enlightenments { struct
43 struct hv_enlightenments *hve = in svm_hv_init_vmcb() argument
44 (struct hv_enlightenments *)vmcb->control.reserved_sw; in svm_hv_init_vmcb()
83 struct hv_enlightenments *hve = in svm_hv_vmcb_dirty_nested_enlightenments()
84 (struct hv_enlightenments *)vmcb->control.reserved_sw; in svm_hv_vmcb_dirty_nested_enlightenments()
100 struct hv_enlightenments *hve = in svm_hv_update_vp_id()
101 (struct hv_enlightenments *)vmcb->control.reserved_sw; in svm_hv_update_vp_id()
Dsvm_onhyperv.c20 struct hv_enlightenments *hve; in svm_hv_enable_direct_tlbflush()
30 hve = (struct hv_enlightenments *)to_svm(vcpu)->vmcb->control.reserved_sw; in svm_hv_enable_direct_tlbflush()