Home
last modified time | relevance | path

Searched refs:gpa_base (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dscheduler.c136 unsigned long gpa_base; /* first gpa of consecutive GPAs */ in populate_shadow_context() local
235 gpa_base = context_gpa; in populate_shadow_context()
237 } else if (context_gpa != gpa_base + gpa_size) in populate_shadow_context()
248 intel_gvt_read_gpa(vgpu, gpa_base, dst, gpa_size); in populate_shadow_context()
249 gpa_base = context_gpa; in populate_shadow_context()
945 unsigned long gpa_base; /* first gpa of consecutive GPAs */ in update_guest_context() local
997 gpa_base = context_gpa; in update_guest_context()
999 } else if (context_gpa != gpa_base + gpa_size) in update_guest_context()
1010 intel_gvt_write_gpa(vgpu, gpa_base, src, gpa_size); in update_guest_context()
1011 gpa_base = context_gpa; in update_guest_context()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c514 unsigned long gpa_base, gfn_base; in kvmppc_book3s_hv_page_fault() local
546 gpa_base = r & HPTE_R_RPN & ~(psize - 1); in kvmppc_book3s_hv_page_fault()
547 gfn_base = gpa_base >> PAGE_SHIFT; in kvmppc_book3s_hv_page_fault()
548 gpa = gpa_base | (ea & (psize - 1)); in kvmppc_book3s_hv_page_fault()
575 gpa_base = r & HPTE_R_RPN & ~(psize - 1); in kvmppc_book3s_hv_page_fault()
576 gfn_base = gpa_base >> PAGE_SHIFT; in kvmppc_book3s_hv_page_fault()
577 gpa = gpa_base | (ea & (psize - 1)); in kvmppc_book3s_hv_page_fault()