Searched refs:K_MEM_KERNEL_VIRT_START (Results 1 – 4 of 4) sorted by relevance
37 #define K_MEM_KERNEL_VIRT_START ((uint8_t *)&z_mapped_start[0]) macro43 #define K_MEM_KERNEL_VIRT_SIZE (K_MEM_KERNEL_VIRT_END - K_MEM_KERNEL_VIRT_START)
95 for (pos = K_MEM_KERNEL_VIRT_START; pos < mem_range_end; in ZTEST()
78 +--------------+ <- K_MEM_KERNEL_VIRT_START111 * ``K_MEM_KERNEL_VIRT_START`` is the same as ``z_mapped_start`` specified in the linker
1105 VIRT_FOREACH(K_MEM_KERNEL_VIRT_START, K_MEM_KERNEL_VIRT_SIZE, addr) in z_mem_manage_init()