Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dmmu.h40 #define K_MEM_KERNEL_VIRT_END ((uint8_t *)&z_mapped_end[0]) macro
43 #define K_MEM_KERNEL_VIRT_SIZE (K_MEM_KERNEL_VIRT_END - K_MEM_KERNEL_VIRT_START)
99 #define K_MEM_VM_FREE_START K_MEM_KERNEL_VIRT_END
/Zephyr-latest/tests/arch/x86/pagetables/src/
Dmain.c90 const uint8_t *mem_range_end = K_MEM_KERNEL_VIRT_END; in ZTEST()
/Zephyr-latest/doc/kernel/memory_management/
Dvirtual_memory.rst115 * ``K_MEM_KERNEL_VIRT_END`` is the same as ``z_mapped_end`` specified in the linker
126 * If it is disabled, ``K_MEM_VM_FREE_START`` is the same ``K_MEM_KERNEL_VIRT_END`` which