Searched refs:gpfn (Results 1 – 9 of 9) sorted by relevance
144 static int xc_is_page_granted_v1(xc_interface *xch, xen_pfn_t gpfn, in xc_is_page_granted_v1() argument154 (gnttab[i].frame == gpfn) ) in xc_is_page_granted_v1()160 static int xc_is_page_granted_v2(xc_interface *xch, xen_pfn_t gpfn, in xc_is_page_granted_v2() argument170 (gnttab[i].full_page.frame == gpfn) ) in xc_is_page_granted_v2()472 xen_pfn_t new_mfn, gpfn; in xc_exchange_page() local501 gpfn = m2p_table[mfn]; in xc_exchange_page()518 if ( (minfo.pfn_type[gpfn] & XEN_DOMCTL_PFINFO_LTABTYPE_MASK) == in xc_exchange_page()562 if (minfo.pfn_type[gpfn] & XEN_DOMCTL_PFINFO_LPINTAB) in xc_exchange_page()645 minfo.p2m_table[gpfn] = new_mfn; in xc_exchange_page()
85 xen_pfn_t *gpfn) in xc_core_arch_get_scratch_gpfn() argument93 *gpfn = GUEST_GNTTAB_BASE >> XC_PAGE_SHIFT; in xc_core_arch_get_scratch_gpfn()
150 xen_pfn_t *gpfn);
337 xatp.gpfn = scratch_gfn; in compat_gnttab_hvm_seed()338 xrfp.gpfn = scratch_gfn; in compat_gnttab_hvm_seed()
386 xen_pfn_t *gpfn) in xc_core_arch_get_scratch_gpfn() argument388 return xc_domain_nr_gpfns(xch, domid, gpfn); in xc_core_arch_get_scratch_gpfn()
370 xatp.gpfn = mfn; in mem_hole_populate_ram()707 xatp.gpfn = mem_hole_alloc(1); in get_shared_info()708 shared_info = (struct shared_info *)(xatp.gpfn << PAGE_SHIFT); in get_shared_info()
442 xatp.gpfn = hvm_info->high_mem_pgend; in pci_setup()
1006 xen_pfn_t gpfn) in xc_domain_add_to_physmap() argument1012 .gpfn = gpfn, in xc_domain_add_to_physmap()1064 xen_pfn_t gpfn) in xc_domain_remove_from_physmap() argument1068 .gpfn = gpfn, in xc_domain_remove_from_physmap()
1294 xen_pfn_t gpfn);1307 xen_pfn_t gpfn);
Completed in 27 milliseconds