Symbol: addr_gva2gpa
tools/testing/selftests/kvm/arm64/sea_to_user.c
294
einj_gpa = addr_gva2gpa(vm, EINJ_GVA);
tools/testing/selftests/kvm/lib/kvm_util.c
2094
return addr_gpa2hva(vm, addr_gva2gpa(vm, gva));
tools/testing/selftests/kvm/lib/loongarch/processor.c
339
val = addr_gva2gpa(vm, (unsigned long)handle_tlb_refill);
tools/testing/selftests/kvm/lib/x86/hyperv.c
87
hv->vp_assist_gpa = addr_gva2gpa(vm, (uintptr_t)hv->vp_assist);
tools/testing/selftests/kvm/lib/x86/hyperv.c
92
hv->partition_assist_gpa = addr_gva2gpa(vm, (uintptr_t)hv->partition_assist);
tools/testing/selftests/kvm/lib/x86/hyperv.c
97
hv->enlightened_vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)hv->enlightened_vmcs);
tools/testing/selftests/kvm/lib/x86/svm.c
38
svm->vmcb_gpa = addr_gva2gpa(vm, (uintptr_t)svm->vmcb);
tools/testing/selftests/kvm/lib/x86/svm.c
42
svm->save_area_gpa = addr_gva2gpa(vm, (uintptr_t)svm->save_area);
tools/testing/selftests/kvm/lib/x86/svm.c
46
svm->msr_gpa = addr_gva2gpa(vm, (uintptr_t)svm->msr);
tools/testing/selftests/kvm/lib/x86/vmx.c
100
vmx->msr_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->msr);
tools/testing/selftests/kvm/lib/x86/vmx.c
106
vmx->shadow_vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->shadow_vmcs);
tools/testing/selftests/kvm/lib/x86/vmx.c
111
vmx->vmread_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmread);
tools/testing/selftests/kvm/lib/x86/vmx.c
116
vmx->vmwrite_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmwrite);
tools/testing/selftests/kvm/lib/x86/vmx.c
395
vmx->apic_access_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->apic_access);
tools/testing/selftests/kvm/lib/x86/vmx.c
90
vmx->vmxon_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmxon);
tools/testing/selftests/kvm/lib/x86/vmx.c
95
vmx->vmcs_gpa = addr_gva2gpa(vm, (uintptr_t)vmx->vmcs);
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
613
snapshot_gpa = addr_gva2gpa(vcpu->vm, (gva_t)snapshot_gva);
tools/testing/selftests/kvm/s390/memop.c
205
__desc.gaddr = addr_gva2gpa(__info.vm, __desc.gaddr_v); \
tools/testing/selftests/kvm/steal_time.c
314
st_gpa[i] = addr_gva2gpa(vcpu->vm, (gva_t)st_gva[i]);
tools/testing/selftests/kvm/x86/hyperv_clock.c
223
TEST_ASSERT((addr_gva2gpa(vm, tsc_page_gva) & (getpagesize() - 1)) == 0,
tools/testing/selftests/kvm/x86/hyperv_clock.c
225
vcpu_args_set(vcpu, 2, tsc_page_gva, addr_gva2gpa(vm, tsc_page_gva));
tools/testing/selftests/kvm/x86/hyperv_evmcs.c
257
vcpu_args_set(vcpu, 3, vmx_pages_gva, hv_pages_gva, addr_gva2gpa(vm, hcall_page));
tools/testing/selftests/kvm/x86/hyperv_extended_hypercalls.c
67
vcpu_args_set(vcpu, 3, addr_gva2gpa(vm, hcall_in_page),
tools/testing/selftests/kvm/x86/hyperv_extended_hypercalls.c
68
addr_gva2gpa(vm, hcall_out_page), hcall_out_page);
tools/testing/selftests/kvm/x86/hyperv_features.c
545
vcpu_args_set(vcpu, 2, addr_gva2gpa(vm, hcall_page), hcall_params);
tools/testing/selftests/kvm/x86/hyperv_ipi.c
261
vcpu_args_set(vcpu[1], 2, hcall_page, addr_gva2gpa(vm, hcall_page));
tools/testing/selftests/kvm/x86/hyperv_ipi.c
266
vcpu_args_set(vcpu[2], 2, hcall_page, addr_gva2gpa(vm, hcall_page));
tools/testing/selftests/kvm/x86/hyperv_ipi.c
272
vcpu_args_set(vcpu[0], 2, hcall_page, addr_gva2gpa(vm, hcall_page));
tools/testing/selftests/kvm/x86/hyperv_svm_test.c
171
vcpu_args_set(vcpu, 3, nested_gva, hv_pages_gva, addr_gva2gpa(vm, hcall_page));
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
590
data->hcall_gpa = addr_gva2gpa(vm, data->hcall_gva);
tools/testing/selftests/kvm/x86/kvm_clock_test.c
151
pvti_gpa = addr_gva2gpa(vm, pvti_gva);
tools/testing/selftests/kvm/x86/nested_tdp_fault_test.c
222
expected_fault_gpa = addr_gva2gpa(vm, l2_test_page);
tools/testing/selftests/kvm/x86/nested_tdp_fault_test.c
242
expected_fault_gpa = addr_gva2gpa(vm, l2_test_page);