Searched refs:arch_mem_map (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.6.0/kernel/include/ |
D | kernel_arch_interface.h | 284 void arch_mem_map(void *virt, uintptr_t phys, size_t size, uint32_t flags);
|
/Zephyr-Core-3.6.0/kernel/ |
D | mmu.c | 541 arch_mem_map(addr, phys, CONFIG_MMU_PAGE_SIZE, flags | K_MEM_CACHE_WB); in map_anon_page() 821 arch_mem_map(dest_addr, aligned_phys, aligned_size, flags); in z_phys_map()
|
D | Kconfig.vm | 107 and the arch_mem_map() API is available.
|
/Zephyr-Core-3.6.0/arch/arm/core/mmu/ |
D | arm_mmu.c | 951 void arch_mem_map(void *virt, uintptr_t phys, size_t size, uint32_t flags) in arch_mem_map() function
|
/Zephyr-Core-3.6.0/arch/xtensa/core/ |
D | ptables.c | 480 void arch_mem_map(void *virt, uintptr_t phys, size_t size, uint32_t flags) in arch_mem_map() function
|
/Zephyr-Core-3.6.0/arch/arm64/core/ |
D | mmu.c | 981 void arch_mem_map(void *virt, uintptr_t phys, size_t size, uint32_t flags) in arch_mem_map() function
|
/Zephyr-Core-3.6.0/arch/x86/core/ |
D | x86_mmu.c | 1282 void arch_mem_map(void *virt, uintptr_t phys, size_t size, uint32_t flags) in arch_mem_map() function
|
/Zephyr-Core-3.6.0/doc/hardware/porting/ |
D | arch.rst | 487 - :c:func:`arch_mem_map`
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | release-notes-2.4.rst | 178 * Supporting architectures will implement ``arch_mem_map()`` and enable 263 * ``arch_mem_map()`` is implemented.
|
D | release-notes-2.5.rst | 190 :c:func:`arch_mem_map` may no longer fail.
|
D | release-notes-3.2.rst | 256 * :c:func:`arch_mem_map` now supports :c:enumerator:`K_MEM_PERM_USER`.
|