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

/freebsd-12-stable/stand/efi/loader/
H A Dcopy.c214 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData,
217 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
264 status = BS->AllocatePages(AllocateAddress, EfiLoaderData, nr_pages,
283 status = BS->AllocatePages(AllocateAddress, EfiLoaderData, nr_pages,
H A Defi_main.c95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
H A Dbootinfo.c336 * the AllocatePages call can itself modify the memory map, so
367 * fragmentation caused by calling AllocatePages */
370 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
373 printf("%s: AllocatePages error %lu\n", __func__,
/freebsd-12-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c152 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1,
160 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3,
H A Dtrap.c181 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
184 printf("efi_setup_tss: AllocatePages tss error %lu\n",
218 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
221 printf("efi_redirect_exceptions: AllocatePages IDT error %lu\n",
226 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 1,
229 printf("efi_redirect_exceptions: AllocatePages stk error %lu\n",
268 status = BS->AllocatePages(AllocateAnyPages,
273 printf("efi_setup_tss: AllocatePages gdt error "
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h38 AllocatePages (
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h173 AllocatePages().
1849 EFI_ALLOCATE_PAGES AllocatePages; member in struct:__anon10665
/freebsd-12-stable/stand/efi/include/
H A Defiapi.h745 EFI_ALLOCATE_PAGES AllocatePages; member in struct:__anon8954

Completed in 202 milliseconds