Home
last modified time | relevance | path

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

/freebsd-14.2/stand/efi/loader/
H A Dcopy.c326 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_copy_init()
393 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space()
410 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space()
433 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_check_space()
H A Dmain.c1662 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h47 EfiLoaderCode, enumerator
/freebsd-14.2/stand/efi/include/
H A Defidef.h160 EfiLoaderCode, enumerator
/freebsd-14.2/stand/efi/libefi/
H A Denv.c424 case EfiLoaderCode: in efi_memory_type()