Lines Matching full:page

24  * is assumed to be page aligned.
26 * @param virt Page-aligned virtual address
36 * @brief Test if address is page-aligned
40 * @retval true if page-aligned
41 * @retval false if not page-aligned
49 * @brief Test if address is page-aligned
53 * @retval true if page-aligned
54 * @retval false if not page-aligned
62 * @brief Test if size is page-aligned
66 * @retval true if page-aligned
67 * @retval false if not page-aligned
79 * @brief Test if all physical addresses in array are page-aligned
84 * @retval true if all are page-aligned
85 * @retval false if at least one is not page-aligned
92 * @param virt Page-aligned base virtual address
96 * @retval false if at least one page is not mapped
103 * @param virt Page-aligned base virtual address
107 * @retval false if at least one page is mapped
125 * @param virt Page-aligned destination virtual address to map
126 * @param phys Page-aligned source physical address to map
127 * @param size Page-aligned size of the mapped memory region in bytes
151 * @param virt Page-aligned destination virtual address to map
153 * @param cnt Number of elements in the physical page array
177 * @param virt Page-aligned base virtual address to un-map
178 * @param size Page-aligned region size
200 * @param virt_old Page-aligned base virtual address of existing memory
201 * @param size Page-aligned size of the mapped memory region in bytes
202 * @param virt_new Page-aligned base virtual address to which to remap
227 * @param virt_old Page-aligned base virtual address of existing memory
228 * @param size Page-aligned size of the mapped memory region in bytes
229 * @param virt_new Page-aligned base virtual address to which to map
231 * @param phys_new Page-aligned base physical address to contain
256 * @param virt_old Page-aligned base virtual address of existing memory
257 * @param size Page-aligned size of the mapped memory region in bytes
258 * @param virt_new Page-aligned base virtual address to which to map
260 * @param phys_new Array of page-aligned physical address to contain
262 * @param phys_cnt Number of elements in the physical page array
285 * @param virt Page-aligned virtual address to be updated
286 * @param size Page-aligned size of the mapped memory region in bytes