Home
last modified time | relevance | path

Searched refs:arch_mem_map (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.6.0/kernel/include/
Dkernel_arch_interface.h284 void arch_mem_map(void *virt, uintptr_t phys, size_t size, uint32_t flags);
/Zephyr-Core-3.6.0/kernel/
Dmmu.c541 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()
DKconfig.vm107 and the arch_mem_map() API is available.
/Zephyr-Core-3.6.0/arch/arm/core/mmu/
Darm_mmu.c951 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/
Dptables.c480 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/
Dmmu.c981 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/
Dx86_mmu.c1282 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/
Darch.rst487 - :c:func:`arch_mem_map`
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-2.4.rst178 * Supporting architectures will implement ``arch_mem_map()`` and enable
263 * ``arch_mem_map()`` is implemented.
Drelease-notes-2.5.rst190 :c:func:`arch_mem_map` may no longer fail.
Drelease-notes-3.2.rst256 * :c:func:`arch_mem_map` now supports :c:enumerator:`K_MEM_PERM_USER`.