Searched refs:staging (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/boot/platform/efi/
H A Dheap.cpp16 static efi_physical_addr staging; variable
22 if ((void*)staging != base)
25 kBootServices->FreePages(staging, STAGE_PAGES);
33 STAGE_PAGES, &staging) != EFI_SUCCESS)
36 *_base = (void*)staging;
37 *_top = (void*)((int8*)staging + STAGE_PAGES * B_PAGE_SIZE);

Completed in 18 milliseconds