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

/freebsd-10.2-release/sys/boot/amd64/efi/
H A Dcopy.c44 #define STAGE_PAGES ((EFI_STAGING_SIZE) * 1024 * 1024 / 4096) macro
56 STAGE_PAGES, &staging);
62 staging_end = staging + STAGE_PAGES * 4096;
117 last = (uint64_t *)(staging + STAGE_PAGES * EFI_PAGE_SIZE);

Completed in 39 milliseconds