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

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_evmcs.c78 void guest_code(struct vmx_pages *vmx_pages, struct hyperv_test_pages *hv_pages, argument
92 enable_vp_assist(hv_pages->vp_assist_gpa, hv_pages->vp_assist);
97 GUEST_ASSERT(load_evmcs(hv_pages));
98 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa);
101 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa);
107 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa);
117 current_evmcs->partition_assist_page = hv_pages->partition_assist_gpa;
122 *(u32 *)(hv_pages->partition_assist) = 0;
127 GUEST_ASSERT(vmptrstz() == hv_pages
[all...]
H A Dhyperv_svm_test.c69 struct hyperv_test_pages *hv_pages,
80 enable_vp_assist(hv_pages->vp_assist_gpa, hv_pages->vp_assist);
88 hve->partition_assist_page = hv_pages->partition_assist_gpa;
93 *(u32 *)(hv_pages->partition_assist) = 0;
138 *(u32 *)(hv_pages->partition_assist) = 1;
68 guest_code(struct svm_test_data *svm, struct hyperv_test_pages *hv_pages, vm_vaddr_t pgs_gpa) argument

Completed in 206 milliseconds