Searched refs:EfiLoaderData (Results 1 – 13 of 13) sorted by relevance
| /src/stand/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 105 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec() 120 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec() 161 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 9, in elf64_exec()
|
| H A D | trap.c | 214 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_setup_tss() 251 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_redirect_exceptions() 259 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 1, in efi_redirect_exceptions() 305 EfiLoaderData, loader_gdt_pa_size, &loader_gdt_pa); in efi_redirect_exceptions()
|
| H A D | multiboot2.c | 342 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in exec() 350 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in exec()
|
| /src/stand/efi/loader/arch/i386/ |
| H A D | elf64_freebsd.c | 139 err = BS->AllocatePages(type, EfiLoaderData, in elf64_exec() 166 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in elf64_exec() 206 err = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in elf64_exec()
|
| /src/stand/kboot/kboot/arch/amd64/ |
| H A D | elf64_freebsd.c | 220 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec() 244 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec() 285 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 9, in elf64_exec()
|
| /src/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiMultiPhase.h | 52 EfiLoaderData, enumerator
|
| /src/stand/efi/loader/ |
| H A D | efi_main.c | 99 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
|
| H A D | copy.c | 151 p->Type != EfiLoaderData) in efi_verify_staging_size()
|
| H A D | bootinfo.c | 265 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in bi_load_efi_data()
|
| H A D | framebuffer.c | 696 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_find_framebuffer()
|
| /src/stand/efi/boot1/ |
| H A D | boot1.c | 190 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
|
| /src/stand/efi/libefi/ |
| H A D | devpath.c | 487 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
|
| H A D | env.c | 515 case EfiLoaderData: in efi_memory_type()
|