Searched refs:EfiLoaderData (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/stand/efiboot/ |
| H A D | exec.c | 89 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress, EfiLoaderData, in load_file() 93 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData, in load_file() 143 EfiLoaderData, EFI_SIZE_TO_PAGES(size), &addr); in generate_efirng() 147 EfiLoaderData, EFI_SIZE_TO_PAGES(size), &addr); in generate_efirng() 194 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress, EfiLoaderData, in exec_netbsd() 198 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData, in exec_netbsd()
|
| H A D | efiboot.c | 78 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData, sz, &heap_start); in efi_main()
|
| H A D | boot.c | 68 [EfiLoaderData] = "Loader Data",
|
| H A D | efifdt.c | 52 ((_md)->Type == EfiLoaderCode || (_md)->Type == EfiLoaderData || \
|
| /netbsd-src/sys/arch/i386/stand/efiboot/bootia32/ |
| H A D | efibootia32.c | 53 EfiLoaderData, sz, &addr); in efi_md_init() 63 EfiLoaderData, sz, &addr); in efi_md_init()
|
| /netbsd-src/sys/arch/i386/stand/efiboot/bootx64/ |
| H A D | efibootx64.c | 53 EfiLoaderData, sz, &addr); in efi_md_init() 63 EfiLoaderData, sz, &addr); in efi_md_init()
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | efimemory.c | 36 [EfiLoaderData] = "Loader Data", 61 case EfiLoaderData: in getmemtype() 139 case EfiLoaderData: in efi_memory_compact_map() 340 EfiLoaderData, EFI_SIZE_TO_PAGES(KERN_LOADSPACE_SIZE), &bouncebuf); in efi_memory_probe()
|
| H A D | efiboot.c | 156 EfiLoaderData, sz, &heap_start); in efi_heap_init()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efidef.h | 157 EfiLoaderData, enumerator
|
| /netbsd-src/sys/arch/ia64/stand/efi/libefi/ |
| H A D | exec.c | 160 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, in elf64_exec()
|
| H A D | efi.c | 101 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
|