Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dmmu.c893 uintptr_t aligned_phys, addr_offset; in k_mem_map_phys_bare() local
903 addr_offset = k_mem_region_align(&aligned_phys, &aligned_size, in k_mem_map_phys_bare()
906 __ASSERT(aligned_size != 0U, "0-length mapping at 0x%lx", aligned_phys); in k_mem_map_phys_bare()
907 __ASSERT(aligned_phys < (aligned_phys + (aligned_size - 1)), in k_mem_map_phys_bare()
909 aligned_phys, aligned_size); in k_mem_map_phys_bare()
911 align_boundary = arch_virt_region_align(aligned_phys, aligned_size); in k_mem_map_phys_bare()
917 dest_addr = (uint8_t *)aligned_phys; in k_mem_map_phys_bare()
926 if (IN_RANGE(aligned_phys, in k_mem_map_phys_bare()
929 IN_RANGE(aligned_phys + aligned_size - 1, in k_mem_map_phys_bare()
959 aligned_phys, aligned_size, flags, addr_offset); in k_mem_map_phys_bare()
[all …]