Home
last modified time | relevance | path

Searched refs:arch_mem_unmap (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/kernel/include/
Dkernel_arch_interface.h313 void arch_mem_unmap(void *addr, size_t size);
/Zephyr-Core-2.7.6/kernel/
Dmmu.c504 arch_mem_unmap(dst, CONFIG_MMU_PAGE_SIZE); in k_mem_map()
505 arch_mem_unmap(dst + CONFIG_MMU_PAGE_SIZE + size, in k_mem_map()
602 arch_mem_unmap(pos, CONFIG_MMU_PAGE_SIZE); in k_mem_unmap()
709 arch_mem_unmap(UINT_TO_POINTER(aligned_virt), aligned_size); in z_phys_unmap()
/Zephyr-Core-2.7.6/arch/arm64/core/
Dmmu.c899 void arch_mem_unmap(void *addr, size_t size) in arch_mem_unmap() function
/Zephyr-Core-2.7.6/arch/x86/core/
Dx86_mmu.c1179 void arch_mem_unmap(void *addr, size_t size) in arch_mem_unmap() function