Home
last modified time | relevance | path

Searched refs:gpfn (Results 1 – 9 of 9) sorted by relevance

/tools/libs/guest/
A Dxg_offline_page.c144 static int xc_is_page_granted_v1(xc_interface *xch, xen_pfn_t gpfn, in xc_is_page_granted_v1() argument
154 (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() argument
170 (gnttab[i].full_page.frame == gpfn) ) in xc_is_page_granted_v2()
472 xen_pfn_t new_mfn, gpfn; in xc_exchange_page() local
501 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()
A Dxg_core_arm.c85 xen_pfn_t *gpfn) in xc_core_arch_get_scratch_gpfn() argument
93 *gpfn = GUEST_GNTTAB_BASE >> XC_PAGE_SHIFT; in xc_core_arch_get_scratch_gpfn()
A Dxg_core.h150 xen_pfn_t *gpfn);
A Dxg_dom_boot.c337 xatp.gpfn = scratch_gfn; in compat_gnttab_hvm_seed()
338 xrfp.gpfn = scratch_gfn; in compat_gnttab_hvm_seed()
A Dxg_core_x86.c386 xen_pfn_t *gpfn) in xc_core_arch_get_scratch_gpfn() argument
388 return xc_domain_nr_gpfns(xch, domid, gpfn); in xc_core_arch_get_scratch_gpfn()
/tools/firmware/hvmloader/
A Dutil.c370 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()
A Dpci.c442 xatp.gpfn = hvm_info->high_mem_pgend; in pci_setup()
/tools/libs/ctrl/
A Dxc_domain.c1006 xen_pfn_t gpfn) in xc_domain_add_to_physmap() argument
1012 .gpfn = gpfn, in xc_domain_add_to_physmap()
1064 xen_pfn_t gpfn) in xc_domain_remove_from_physmap() argument
1068 .gpfn = gpfn, in xc_domain_remove_from_physmap()
/tools/include/
A Dxenctrl.h1294 xen_pfn_t gpfn);
1307 xen_pfn_t gpfn);

Completed in 27 milliseconds