Home
last modified time | relevance | path

Searched refs:EfiLoaderData (Results 1 – 14 of 14) sorted by relevance

/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c139 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()
/freebsd/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c105 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 Dtrap.c213 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_setup_tss()
250 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_redirect_exceptions()
258 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 1, in efi_redirect_exceptions()
301 EfiLoaderData, in efi_redirect_exceptions()
H A Dmultiboot2.c342 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in exec()
350 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in exec()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c220 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()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h52 EfiLoaderData, enumerator
/freebsd/stand/efi/include/
H A Defidef.h161 EfiLoaderData, enumerator
/freebsd/stand/efi/loader/
H A Defi_main.c97 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
H A Dcopy.c151 p->Type != EfiLoaderData) in efi_verify_staging_size()
H A Dbootinfo.c265 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in bi_load_efi_data()
H A Dframebuffer.c672 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_find_framebuffer()
/freebsd/stand/efi/boot1/
H A Dboot1.c190 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
/freebsd/stand/efi/libefi/
H A Ddevpath.c485 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
H A Denv.c425 case EfiLoaderData: in efi_memory_type()