Searched refs:hv_pages_gva (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | hyperv.c | 14 vm_vaddr_t hv_pages_gva = vm_vaddr_alloc_page(vm); in vcpu_alloc_hyperv_test_pages() local 15 struct hyperv_test_pages *hv = addr_gva2hva(vm, hv_pages_gva); in vcpu_alloc_hyperv_test_pages() 32 *p_hv_pages_gva = hv_pages_gva; in vcpu_alloc_hyperv_test_pages()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_svm_test.c | 153 vm_vaddr_t nested_gva = 0, hv_pages_gva = 0; in main() local 166 vcpu_alloc_hyperv_test_pages(vm, &hv_pages_gva); in main() 171 vcpu_args_set(vcpu, 3, nested_gva, hv_pages_gva, addr_gva2gpa(vm, hcall_page)); in main()
|
H A D | hyperv_evmcs.c | 235 vm_vaddr_t vmx_pages_gva = 0, hv_pages_gva = 0; in main() local 256 vcpu_alloc_hyperv_test_pages(vm, &hv_pages_gva); in main() 257 vcpu_args_set(vcpu, 3, vmx_pages_gva, hv_pages_gva, addr_gva2gpa(vm, hcall_page)); in main()
|