Searched refs:K_MEM_KERNEL_VIRT_END (Results 1 – 3 of 3) sorted by relevance
40 #define K_MEM_KERNEL_VIRT_END ((uint8_t *)&z_mapped_end[0]) macro43 #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
90 const uint8_t *mem_range_end = K_MEM_KERNEL_VIRT_END; in ZTEST()
115 * ``K_MEM_KERNEL_VIRT_END`` is the same as ``z_mapped_end`` specified in the linker126 * If it is disabled, ``K_MEM_VM_FREE_START`` is the same ``K_MEM_KERNEL_VIRT_END`` which