Searched refs:boot_alloc_end (Results 1 – 3 of 3) sorted by relevance
28 paddr_t boot_alloc_end; variable55 boot_alloc_end = reinterpret_cast<paddr_t>(_end); in boot_alloc_init()69 boot_alloc_start = boot_alloc_end = end; in boot_alloc_reserve()76 ptr = ALIGN(boot_alloc_end, 8); in boot_alloc_mem()77 boot_alloc_end = (ptr + ALIGN(len, 8)); in boot_alloc_mem()88 paddr_t ptr = ALIGN(boot_alloc_end, PAGE_SIZE); in boot_alloc_page_phys()89 boot_alloc_end = ptr + PAGE_SIZE; in boot_alloc_page_phys()
86 if (boot_alloc_end != boot_alloc_start) { in vm_init_preheap()88 boot_alloc_end); in vm_init_preheap()90 MarkPagesInUsePhys(boot_alloc_start, boot_alloc_end - boot_alloc_start); in vm_init_preheap()
22 extern paddr_t boot_alloc_end;
Completed in 5 milliseconds