Symbol: gfn_to_gpa
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
381
union vaddress vaddr = { .addr = gfn_to_gpa(gfn) };
arch/s390/kvm/dat.h
592
return crdte(old.val, new.val, table, dtt, gfn_to_gpa(gfn), asce.val);
arch/s390/kvm/dat.h
607
unsigned long gaddr = gfn_to_gpa(gfn) & HPAGE_MASK;
arch/s390/kvm/dat.h
779
return pud_origin_large(pud) | (gfn_to_gpa(gfn) & ~_REGION3_MASK);
arch/s390/kvm/dat.h
784
return pmd_origin_large(pmd) | (gfn_to_gpa(gfn) & ~_SEGMENT_MASK);
arch/s390/kvm/gmap.c
1064
gpa_t gaddr = gfn_to_gpa(r_gfn);
arch/s390/kvm/gmap.c
270
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
316
gpa_t gpa_direct_bits = gfn_to_gpa(kvm_gfn_direct_bits(kvm));
arch/x86/kvm/mmu/mmu.c
5005
direct_bits = gfn_to_gpa(kvm_gfn_direct_bits(vcpu->kvm));
arch/x86/kvm/mmu/mmu.c
5039
.addr = gfn_to_gpa(gfn),
arch/x86/kvm/mmu/paging_tmpl.h
373
pte_gpa = gfn_to_gpa(table_gfn) + offset;
arch/x86/kvm/mmu/paging_tmpl.h
379
real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(table_gfn),
arch/x86/kvm/mmu/paging_tmpl.h
448
real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(gfn), access, &walker->fault);
arch/x86/kvm/mmu/paging_tmpl.h
856
return gfn_to_gpa(sp->gfn) + offset * sizeof(pt_element_t);
arch/x86/kvm/mmu/paging_tmpl.h
876
gpa = gfn_to_gpa(walker.gfn);
arch/x86/kvm/svm/sev.c
3733
u64 gpa = gfn_to_gpa(GHCB_MSR_PSC_REQ_TO_GFN(ghcb_msr));
arch/x86/kvm/svm/sev.c
3933
vcpu->run->hypercall.args[0] = gfn_to_gpa(gfn);
arch/x86/kvm/svm/sev.c
4342
svm->sev_es.ghcb_registered_gpa = gfn_to_gpa(gfn);
arch/x86/kvm/svm/sev.c
5021
rc = rmp_make_private(pfn_aligned, gfn_to_gpa(gfn_aligned), level, sev->asid, false);
arch/x86/kvm/vmx/tdx.c
1233
tdx->vcpu.run->hypercall.args[0] = gpa & ~gfn_to_gpa(kvm_gfn_direct_bits(tdx->vcpu.kvm));
arch/x86/kvm/vmx/tdx.c
1458
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
1654
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/vmx/tdx.c
1703
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/vmx/tdx.c
1793
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/vmx/tdx.c
2647
gpa_t gpa_bits = gfn_to_gpa(kvm_gfn_direct_bits(vcpu->kvm));
arch/x86/kvm/vmx/tdx.c
3125
gpa_t gpa = gfn_to_gpa(gfn);
arch/x86/kvm/x86.c
1072
real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(pdpt_gfn),
arch/x86/kvm/xen.c
787
gfn_to_gpa(gfn), PAGE_SIZE);