Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dmmu.h28 #define K_MEM_VIRT_RAM_START ((uint8_t *)CONFIG_KERNEL_VM_BASE) macro
34 #define K_MEM_VIRT_RAM_END (K_MEM_VIRT_RAM_START + K_MEM_VIRT_RAM_SIZE)
302 (uintptr_t)K_MEM_VIRT_RAM_START, in k_mem_assert_virtual_region()
305 (uintptr_t)K_MEM_VIRT_RAM_START, in k_mem_assert_virtual_region()
/Zephyr-latest/doc/kernel/memory_management/
Dvirtual_memory.rst76 +--------------+ <- K_MEM_VIRT_RAM_START
101 * ``K_MEM_VIRT_RAM_START`` is the beginning of the virtual memory address space.
109 * ``K_MEM_VIRT_RAM_END`` is simply (``K_MEM_VIRT_RAM_START`` + ``K_MEM_VIRT_RAM_SIZE``).
/Zephyr-latest/kernel/
Dmmu.c231 - POINTER_TO_UINT(K_MEM_VIRT_RAM_START); in virt_region_init()
232 offset = virt_to_bitmap_offset(K_MEM_VIRT_RAM_START, num_bits); in virt_region_init()
927 (uintptr_t)K_MEM_VIRT_RAM_START, in k_mem_map_phys_bare()
930 (uintptr_t)K_MEM_VIRT_RAM_START, in k_mem_map_phys_bare()
932 uint8_t *adjusted_start = MAX(dest_addr, K_MEM_VIRT_RAM_START); in k_mem_map_phys_bare()
/Zephyr-latest/arch/arm64/core/
Dmmu.c1616 (uintptr_t)K_MEM_VIRT_RAM_START, in z_arm64_do_demand_paging()