Lines Matching full:physical

91  * @brief Map one physical page into the virtual address space
93 * This maps one physical page into the virtual address space.
103 * @param phys Page-aligned source physical address to map
113 * @brief Map a region of physical memory into the virtual address space
115 * This maps a region of physical memory into the virtual address space.
125 * @param phys Page-aligned source physical address to map
137 * @brief Map an array of physical memory into the virtual address space
139 * This maps an array of physical pages into a continuous virtual address
143 * The physical memory pages are never accessed by this operation.
149 * @param phys Array of pge-aligned source physical address to map
150 * @param cnt Number of elements in the physical page array
212 * @p virt_new. In other words, physical memory at @p virt_old is
251 * This maps a region of physical memory into the new virtual address space
254 * from physical memory starting at @p phys_new of size @p size.
270 * new physical pages
271 * @param phys_new Page-aligned base physical address to contain
285 * This maps a region of physical memory into the new virtual address space
288 * from an array of physical pages.
304 * new physical pages
305 * @param phys_new Array of page-aligned physical address to contain
307 * @param phys_cnt Number of elements in the physical page array
332 * This changes the attributes of physical memory page which is already
354 * This changes the attributes of physical memory which is already
387 * @brief Get the mapped physical memory address from virtual address.
389 * The function queries the translation tables to find the physical
396 * @param[out] phys Mapped physical address (can be NULL if only checking