Searched refs:boot_alloc_start (Results 1 – 3 of 3) sorted by relevance
27 paddr_t boot_alloc_start; variable35 boot_alloc_start = reinterpret_cast<paddr_t>(_end); in boot_alloc_init()53 : "=g"(boot_alloc_start) in boot_alloc_init()54 : "0"(boot_alloc_start)); in boot_alloc_init()61 if (end >= boot_alloc_start) { in boot_alloc_reserve()62 if ((start > boot_alloc_start) && in boot_alloc_reserve()63 ((start - boot_alloc_start) > (128 * 1024 * 1024))) { in boot_alloc_reserve()69 boot_alloc_start = boot_alloc_end = end; in boot_alloc_reserve()
86 if (boot_alloc_end != boot_alloc_start) { in vm_init_preheap()87 …rintf(INFO, "VM: marking boot alloc used range [%#" PRIxPTR ", %#" PRIxPTR ")\n", boot_alloc_start, in vm_init_preheap()90 MarkPagesInUsePhys(boot_alloc_start, boot_alloc_end - boot_alloc_start); in vm_init_preheap()
21 extern paddr_t boot_alloc_start;
Completed in 9 milliseconds