Searched refs:STAGE_PAGES (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/boot/platform/efi/
H A Dheap.cpp13 #define STAGE_PAGES 0x2000 /* 32 MB */ macro
25 kBootServices->FreePages(staging, STAGE_PAGES);
33 STAGE_PAGES, &staging) != EFI_SUCCESS)
37 *_top = (void*)((int8*)staging + STAGE_PAGES * B_PAGE_SIZE);

Completed in 88 milliseconds