Searched refs:hv_pages_gva (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dhyperv.c14 vm_vaddr_t hv_pages_gva = vm_vaddr_alloc_page(vm); local
15 struct hyperv_test_pages *hv = addr_gva2hva(vm, hv_pages_gva);
32 *p_hv_pages_gva = hv_pages_gva;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_evmcs.c235 vm_vaddr_t vmx_pages_gva = 0, hv_pages_gva = 0; local
257 vcpu_alloc_hyperv_test_pages(vm, &hv_pages_gva);
258 vcpu_args_set(vcpu, 3, vmx_pages_gva, hv_pages_gva, addr_gva2gpa(vm, hcall_page));
H A Dhyperv_svm_test.c153 vm_vaddr_t nested_gva = 0, hv_pages_gva = 0; local
167 vcpu_alloc_hyperv_test_pages(vm, &hv_pages_gva);
172 vcpu_args_set(vcpu, 3, nested_gva, hv_pages_gva, addr_gva2gpa(vm, hcall_page));

Completed in 207 milliseconds