Searched refs:kernel_memory_end (Results 1 – 1 of 1) sorted by relevance
226 uint8_t* const kernel_memory_end = in multiboot_main() local229 if (upper_memory_limit < (uintptr_t)kernel_memory_end) { in multiboot_main()231 upper_memory_limit, kernel_memory_end); in multiboot_main()248 uintptr_t free_memory = (uintptr_t)kernel_memory_end; in multiboot_main()249 if ((uint8_t*)zbi < kernel_memory_end) { in multiboot_main()252 if ((uint8_t*)zbi_end < kernel_memory_end) { in multiboot_main()253 new_zbi = (void*)kernel_memory_end; in multiboot_main()
Completed in 8 milliseconds