Lines Matching full:mapping
21 * @brief Address offset of permanent virtual mapping from physical address.
24 * kernel's permanent mapping of RAM, to obtain its physical address.
35 * frames that are pinned to their virtual mapping at boot.
50 * This only works in the kernel's permanent mapping of RAM.
61 * This only works in the kernel's permanent mapping of RAM.
89 * This only works in the kernel's permanent mapping of RAM.
132 /* TODO add assertion that this page is pinned to boot mapping, in k_mem_phys_addr()
142 * This only works in the kernel's permanent mapping of RAM.
169 /* TODO add assertion that this page frame is pinned to boot mapping, in k_mem_virt_addr()
183 * This function is intended for mapping memory-mapped I/O regions into
204 * If there is insufficient virtual address space for the mapping this will
275 * with memory domain APIs after the mapping has been established. Setting
282 * parameter, and any base address for re-mapping purposes must be page-
296 * @param size Size of the memory mapping. This must be page-aligned.
298 * @param is_anon True is requesting mapping with anonymous memory.
301 * space, insufficient physical memory to establish the mapping,