Searched refs:EfiLoaderCode (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/efi/loader/ |
H A D | copy.c | 330 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 D | main.c | 1867 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiMultiPhase.h | 47 EfiLoaderCode, enumerator
|
/freebsd/stand/efi/include/ |
H A D | efidef.h | 160 EfiLoaderCode, enumerator
|
/freebsd/stand/efi/loader/arch/i386/ |
H A D | elf64_freebsd.c | 139 err = BS->AllocatePages(type, EfiLoaderCode, in elf64_exec()
|
/freebsd/stand/efi/libefi/ |
H A D | env.c | 424 case EfiLoaderCode: in efi_memory_type()
|