memory.h | 43 * Sets the GPFN at which a particular page appears in the specified guest's
62 /* GPFN in domid where the source mapping page should appear. */
63 xen_pfn_t gpfn;
member in struct:xen_add_to_physmap 69 * Unmaps the page appearing at a particular GPFN from the specified guest's
78 /* GPFN of the current mapping of the page. */
79 xen_pfn_t gpfn;
member in struct:xen_remove_from_physmap
|