Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_evmcs.c78 void guest_code(struct vmx_pages *vmx_pages, struct hyperv_test_pages *hv_pages, in guest_code() argument
92 enable_vp_assist(hv_pages->vp_assist_gpa, hv_pages->vp_assist); in guest_code()
97 GUEST_ASSERT(load_evmcs(hv_pages)); in guest_code()
98 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa); in guest_code()
101 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa); in guest_code()
107 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa); in guest_code()
117 current_evmcs->partition_assist_page = hv_pages->partition_assist_gpa; in guest_code()
122 *(u32 *)(hv_pages->partition_assist) = 0; in guest_code()
127 GUEST_ASSERT(vmptrstz() == hv_pages->enlightened_vmcs_gpa); in guest_code()
178 *(u32 *)(hv_pages->partition_assist) = 1; in guest_code()
[all …]
H A Dhyperv_svm_test.c69 struct hyperv_test_pages *hv_pages, in guest_code() argument
80 enable_vp_assist(hv_pages->vp_assist_gpa, hv_pages->vp_assist); in guest_code()
88 hve->partition_assist_page = hv_pages->partition_assist_gpa; in guest_code()
93 *(u32 *)(hv_pages->partition_assist) = 0; in guest_code()
138 *(u32 *)(hv_pages->partition_assist) = 1; in guest_code()
H A Devmcs_smm_controls_test.c53 struct hyperv_test_pages *hv_pages) in guest_code() argument
60 enable_vp_assist(hv_pages->vp_assist_gpa, hv_pages->vp_assist); in guest_code()
64 GUEST_ASSERT(load_evmcs(hv_pages)); in guest_code()