Searched refs:gfn_to_gpa (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/x86/kvm/ |
A D | mtrr.c | 625 start = gfn_to_gpa(gfn); in kvm_mtrr_get_guest_memory_type() 700 start = gfn_to_gpa(gfn); in kvm_mtrr_check_gfn_range_consistency() 701 end = gfn_to_gpa(gfn + page_num); in kvm_mtrr_check_gfn_range_consistency()
|
A D | hyperv.c | 1181 if (unlikely(kvm_read_guest(kvm, gfn_to_gpa(gfn), in kvm_hv_setup_tsc_page() 1186 if (kvm_read_guest(kvm, gfn_to_gpa(gfn), &hv->tsc_ref, sizeof(hv->tsc_ref))) in kvm_hv_setup_tsc_page() 1198 if (kvm_write_guest(kvm, gfn_to_gpa(gfn), in kvm_hv_setup_tsc_page() 1207 if (kvm_write_guest(kvm, gfn_to_gpa(gfn), &hv->tsc_ref, sizeof(hv->tsc_ref))) in kvm_hv_setup_tsc_page() 1221 if (kvm_write_guest(kvm, gfn_to_gpa(gfn), in kvm_hv_setup_tsc_page() 1524 gfn_to_gpa(gfn) | KVM_MSR_ENABLED, in kvm_hv_set_msr()
|
A D | xen.c | 41 gpa_t gpa = gfn_to_gpa(gfn); in kvm_xen_shared_info_init()
|
A D | x86.c | 873 real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(pdpt_gfn), in load_pdptrs()
|
/linux-6.3-rc2/arch/x86/kvm/mmu/ |
A D | paging_tmpl.h | 362 pte_gpa = gfn_to_gpa(table_gfn) + offset; in FNAME() 368 real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(table_gfn), in FNAME() 433 real_gpa = kvm_translate_gpa(vcpu, mmu, gfn_to_gpa(gfn), access, &walker->fault); in FNAME() 887 return gfn_to_gpa(sp->gfn) + offset * sizeof(pt_element_t); in FNAME() 965 gpa = gfn_to_gpa(walker.gfn); in FNAME()
|
/linux-6.3-rc2/include/linux/ |
A D | kvm_host.h | 1709 static inline gpa_t gfn_to_gpa(gfn_t gfn) in gfn_to_gpa() function
|
/linux-6.3-rc2/arch/s390/kvm/ |
A D | kvm-s390.c | 674 gaddr = gfn_to_gpa(cur_gfn); in kvm_arch_sync_dirty_log()
|
Completed in 46 milliseconds