Lines Matching full:page
12 * Assigns gref and permits access to 4K page for specific domain.
15 * @param gfn - guest frame number of page, where grant will be located
33 * Allocates 4K page for grant and share it via returned
44 * Provides interface to acquire free page, that can be used for
48 * @return - pointer to page start address, that can be used as host_addr
54 * Releases provided page, that was used for mapping foreign grant frame,
57 * @param page_addr - pointer to start address of used page.
67 * also per-page status will be set in map_ops[i].status (GNTST_*)
69 * To map foreign frame you need 4K-aligned 4K memory page, which will be
77 * each page, that was successfully unmapped.
82 * also per-page status will be set in unmap_ops[i].status (GNTST_*)