Home
last modified time | relevance | path

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

/src/stand/efi/loader/
H A Dcopy.c333 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_copy_init()
401 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space()
420 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space()
443 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_check_space()
H A Dmain.c1914 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
/src/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h47 EfiLoaderCode, enumerator
/src/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c121 err = BS->AllocatePages(type, EfiLoaderCode, in elf64_exec()
/src/stand/efi/libefi/
H A Denv.c514 case EfiLoaderCode: in efi_memory_type()