Lines Matching full:page
11 * Add mapping for specified page frame in Xen domain physmap.
17 * @param gpfn page frame where the source mapping page should appear.
24 * Add mapping for specified set of page frames to Xen domain physmap.
31 * @param size number of page frames being mapped.
33 * @param gpfns array of page frames where the mapping should appear.
42 * Removes page frame from Xen domain physmap.
44 * @param domid domain id, whose page is going to be removed. For unprivileged
46 * @param gpfn page frame number, that needs to be removed
52 * Populate specified Xen domain page frames with memory.
58 * @param nr_extents number of page frames being populated.
60 * @param extent_start page frame bases of extents to populate with memory.