AllocatePages
efi_status (*AllocatePages) (efi_allocate_type type, efi_memory_type memory_type,
if (kBootServices->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, &base) != EFI_SUCCESS)
efi_status status = kBootServices->AllocatePages(AllocateAnyPages,
efi_status status = kBootServices->AllocatePages(AllocateMaxAddress,
efi_status s = kBootServices->AllocatePages(AllocateAnyPages,
status_t AllocatePages(void** pages, uint32 flags);
return sPagesAllocator->AllocatePages(length, *address, *(bool*)cleared);
static status_t AllocatePages(BaseCache *cache, area_id *id, void **pages,
if (Backend::AllocatePages(fParent, &id, &pages, _SlabSize(),
if (Backend::AllocatePages(fParent, &slab->id, &pages, byteCount,
static status_t AllocatePages(BaseCache *cache, AllocationID *id,