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

  /src/sys/arch/xen/xen/
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;
  /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...]

Completed in 11 milliseconds