Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_evmcs.c79 void guest_code(struct vmx_pages *vmx_pages, struct hyperv_test_pages *hv_pages, in guest_code() argument
93 enable_vp_assist(hv_pages->vp_assist_gpa, hv_pages->vp_assist); in guest_code()
98 GUEST_ASSERT(load_evmcs(hv_pages)); in guest_code()
99 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa); in guest_code()
102 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa); in guest_code()
108 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa); in guest_code()
118 current_evmcs->partition_assist_page = hv_pages->partition_assist_gpa; in guest_code()
123 *(u32 *)(hv_pages->partition_assist) = 0; in guest_code()
128 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa); in guest_code()
179 *(u32 *)(hv_pages->partition_assist) = 1; in guest_code()
[all …]
H A Dhyperv_svm_test.c70 struct hyperv_test_pages *hv_pages, in guest_code() argument
81 enable_vp_assist(hv_pages->vp_assist_gpa, hv_pages->vp_assist); in guest_code()
89 hve->partition_assist_page = hv_pages->partition_assist_gpa; in guest_code()
94 *(u32 *)(hv_pages->partition_assist) = 0; in guest_code()
139 *(u32 *)(hv_pages->partition_assist) = 1; in guest_code()