Searched refs:Z_KERNEL_VIRT_START (Results 1 – 4 of 4) sorted by relevance
39 #define Z_KERNEL_VIRT_START ((uint8_t *)(&z_mapped_start)) macro41 #define Z_KERNEL_VIRT_SIZE (Z_KERNEL_VIRT_END - Z_KERNEL_VIRT_START)
95 for (pos = Z_KERNEL_VIRT_START; pos < mem_range_end; in ZTEST()
78 +--------------+ <- Z_KERNEL_VIRT_START111 * ``Z_KERNEL_VIRT_START`` is the same as ``z_mapped_start`` specified in the linker
931 VIRT_FOREACH(Z_KERNEL_VIRT_START, Z_KERNEL_VIRT_SIZE, addr) in z_mem_manage_init()