Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/svm/
Dsvm_onhyperv.h20 struct hv_enlightenments *hve = in svm_hv_init_vmcb()
21 (struct hv_enlightenments *)vmcb->control.reserved_sw; in svm_hv_init_vmcb()
63 struct hv_enlightenments *hve = in svm_hv_vmcb_dirty_nested_enlightenments()
64 (struct hv_enlightenments *)vmcb->control.reserved_sw; in svm_hv_vmcb_dirty_nested_enlightenments()
73 struct hv_enlightenments *hve = in svm_hv_update_vp_id()
74 (struct hv_enlightenments *)vmcb->control.reserved_sw; in svm_hv_update_vp_id()
Dsvm_onhyperv.c19 struct hv_enlightenments *hve; in svm_hv_enable_direct_tlbflush()
29 hve = (struct hv_enlightenments *)to_svm(vcpu)->vmcb->control.reserved_sw; in svm_hv_enable_direct_tlbflush()
Dhyperv.h17 struct hv_enlightenments { struct
Dnested.c182 struct hv_enlightenments *hve = in nested_svm_vmrun_msrpm()
183 (struct hv_enlightenments *)svm->nested.ctl.reserved_sw; in nested_svm_vmrun_msrpm()
373 sizeof(struct hv_enlightenments)); in __nested_copy_vmcb_control_to_cache()
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dhyperv_svm_test.c26 struct hv_enlightenments { struct
67 struct hv_enlightenments *hve = in guest_code()
68 (struct hv_enlightenments *)vmcb->control.reserved_sw; in guest_code()