Symbol: gfn_to_gpa
arch/arm64/kvm/mmu.c
2076
ret = KVM_PGT_FN(kvm_pgtable_stage2_relax_perms)(pgt, gfn_to_gpa(gfn),
arch/arm64/kvm/mmu.c
2079
ret = KVM_PGT_FN(kvm_pgtable_stage2_map)(pgt, gfn_to_gpa(gfn), mapping_size,
arch/arm64/kvm/mmu.c
2094
phys_addr_t ipa = gfn_to_gpa(get_canonical_gfn(s2fd, s2vi));
arch/s390/kvm/dat.c
203
__ptep_ipte(gfn_to_gpa(gfn), (void *)ptep, opts, asce.val, IPTE_GLOBAL);
arch/s390/kvm/dat.c
205
__ptep_ipte(gfn_to_gpa(gfn), (void *)ptep, 0, 0, IPTE_GLOBAL);
arch/s390/kvm/dat.c
382
union vaddress vaddr = { .addr = gfn_to_gpa(gfn) };
arch/s390/kvm/dat.h
599
return crdte(old.val, new.val, table, dtt, gfn_to_gpa(gfn), asce.val);
arch/s390/kvm/dat.h
614
unsigned long gaddr = gfn_to_gpa(gfn) & HPAGE_MASK;
arch/s390/kvm/dat.h
786
return pud_origin_large(pud) | (gfn_to_gpa(gfn) & ~_REGION3_MASK);
arch/s390/kvm/dat.h
791
return pmd_origin_large(pmd) | (gfn_to_gpa(gfn) & ~_SEGMENT_MASK);
arch/s390/kvm/gmap.c
1148
gpa_t gaddr = gfn_to_gpa(r_gfn);
arch/s390/kvm/gmap.c
275
gfn_to_gpa(gfn), gfn_to_gpa(end));
arch/x86/kvm/hyperv.c
1186
if (unlikely(kvm_read_guest(kvm, gfn_to_gpa(gfn),
arch/x86/kvm/hyperv.c
1191
if (kvm_read_guest(kvm, gfn_to_gpa(gfn), &hv->tsc_ref, sizeof(hv->tsc_ref)))
arch/x86/kvm/hyperv.c
1203
if (kvm_write_guest(kvm, gfn_to_gpa(gfn),
arch/x86/kvm/hyperv.c
1212
if (kvm_write_guest(kvm, gfn_to_gpa(gfn), &hv->tsc_ref, sizeof(hv->tsc_ref)))
arch/x86/kvm/hyperv.c
1226
if (kvm_write_guest(kvm, gfn_to_gpa(gfn),
arch/x86/kvm/hyperv.c
1576
gfn_to_gpa(gfn) | KVM_MSR_ENABLED,
arch/x86/kvm/mmu.h
328
gpa_t gpa_direct_bits = gfn_to_gpa(kvm_gfn_direct_bits(kvm));
arch/x86/kvm/mmu/mmu.c
5065
direct_bits = gfn_to_gpa(kvm_gfn_direct_bits(vcpu->kvm));
arch/x86/kvm/mmu/mmu.c
5099
.addr = gfn_to_gpa(gfn),
arch/x86/kvm/mmu/paging_tmpl.h
390
pte_gpa = gfn_to_gpa(table_gfn) + offset;
arch/x86/kvm/mmu/paging_tmpl.h
396
real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(table_gfn),
arch/x86/kvm/mmu/paging_tmpl.h
456
real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(gfn),
arch/x86/kvm/mmu/paging_tmpl.h
895
return gfn_to_gpa(sp->gfn) + offset * sizeof(pt_element_t);
arch/x86/kvm/mmu/paging_tmpl.h
915
gpa = gfn_to_gpa(walker.gfn);
arch/x86/kvm/svm/sev.c
3728
u64 gpa = gfn_to_gpa(GHCB_MSR_PSC_REQ_TO_GFN(ghcb_msr));
arch/x86/kvm/svm/sev.c
3919
vcpu->run->hypercall.args[0] = gfn_to_gpa(gfn);
arch/x86/kvm/svm/sev.c
4362
svm->sev_es.ghcb_registered_gpa = gfn_to_gpa(gfn);
arch/x86/kvm/svm/sev.c
5109
rc = rmp_make_private(pfn_aligned, gfn_to_gpa(gfn_aligned), level, sev->asid, false);
arch/x86/kvm/vmx/tdx.c
1239
tdx->vcpu.run->hypercall.args[0] = gpa & ~gfn_to_gpa(kvm_gfn_direct_bits(tdx->vcpu.kvm));
arch/x86/kvm/vmx/tdx.c
1464
gpa = gpa & ~gfn_to_gpa(kvm_gfn_direct_bits(vcpu->kvm));
arch/x86/kvm/vmx/tdx.c
1563
vcpu->run->tdx.get_quote.gpa = gpa & ~gfn_to_gpa(kvm_gfn_direct_bits(tdx->vcpu.kvm));
arch/x86/kvm/vmx/tdx.c
1629
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/vmx/tdx.c
1652
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/vmx/tdx.c
1682
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/vmx/tdx.c
1782
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/vmx/tdx.c
2707
gpa_t gpa_bits = gfn_to_gpa(kvm_gfn_direct_bits(vcpu->kvm));
arch/x86/kvm/vmx/tdx.c
3189
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/x86.c
1041
real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(pdpt_gfn),
arch/x86/kvm/xen.c
787
gfn_to_gpa(gfn), PAGE_SIZE);