HomeSort by: relevance | last modified time | path
    Searched refs:gpfn (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
memory.h 71 * IN: GPFN bases of extents to populate with memory
123 * 4. @out.extent_start lists GPFN bases to be populated
160 * Returns the maximum GPFN in use by the guest, or -ve errcode on failure.
233 * Sets the GPFN at which a particular page appears in the specified guest's
252 /* GPFN in domid where the source mapping page should appear. */
253 xen_pfn_t gpfn; member in struct:xen_add_to_physmap
281 /* GPFN in domid where the source mapping page should appear. */
300 * Unmaps the page appearing at a particular GPFN from the specified guest's
309 /* GPFN of the current mapping of the page. */
310 xen_pfn_t gpfn; member in struct:xen_remove_from_physmap
    [all...]
  /src/sys/arch/xen/xen/
xengnt.c 277 xmap.gpfn = pages[i];
335 xmap.gpfn = pages[gnt_nr_grant_frames];
privcmd.c 540 xen_pfn_t gpfn; local in function:privcmd_mmapbatch_v2
551 gpfn = (base_paddr >> PGSHIFT) + i;
552 set_xen_guest_handle(add.gpfns, &gpfn);
999 rm.gpfn = pobj->u.pc.maddr[i] >> PGSHIFT;
1020 rm.gpfn = (pobj->u.gr.base_paddr << PGSHIFT) + i;
hypervisor.c 269 .gpfn = atop(HYPERVISOR_shared_info_pa)
402 .gpfn = atop(HYPERVISOR_shared_info_pa)

Completed in 37 milliseconds