Home
last modified time | relevance | path

Searched refs:EfiLoaderCode (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/efi/loader/
H A Dcopy.c330 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_copy_init()
398 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space()
415 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space()
438 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_check_space()
H A Dmain.c1867 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h47 EfiLoaderCode, enumerator
/freebsd/stand/efi/include/
H A Defidef.h160 EfiLoaderCode, enumerator
/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c139 err = BS->AllocatePages(type, EfiLoaderCode, in elf64_exec()
/freebsd/stand/efi/libefi/
H A Denv.c424 case EfiLoaderCode: in efi_memory_type()