Lines Matching full:physical
21 * @brief Address offset of permanent virtual mapping from physical address.
24 * kernel's permanent mapping of RAM, to obtain its physical address.
48 * @brief Get physical address from virtual address.
54 * @return Physical address.
59 * @brief Get virtual address from physical address.
63 * @param phys Physical address
87 * @brief Get physical address from virtual address.
95 * @return Physical address.
128 "physical address 0x%lx not in RAM", in k_mem_phys_addr()
140 * @brief Get virtual address from physical address.
146 * @param phys Physical address
154 "physical address 0x%lx not in RAM", (unsigned long)phys); in k_mem_virt_addr()
166 "physical address 0x%lx not in RAM", (unsigned long)phys); in k_mem_virt_addr()
181 * Map a physical memory region into the kernel's virtual address space
184 * the virtual address space. Given a physical address and a size, return a
185 * linear address representing the base of where the physical region is mapped
213 * If you need a contiguous buffer of physical memory, statically declare it
220 * @param[in] phys Physical address base of the memory region
263 * This function maps a contiguous physical memory region into kernel's
265 * Given a physical address and a size, return a linear address representing
266 * the base of where the physical region is mapped in the virtual address
294 * @param phys Physical address base of the memory region if not requesting
301 * space, insufficient physical memory to establish the mapping,