Home
last modified time | relevance | path

Searched refs:allocate_pages (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Drelocate.c73 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_low_alloc_above()
139 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_relocate_kernel()
H A Dalignedmem.c41 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages_aligned()
H A Dmem.c100 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_MAX_ADDRESS, in efi_allocate_pages()
H A Dzboot.c45 if (efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, EFI_LOADER_DATA, in alloc_preferred_address()
H A Drandomalloc.c126 status = efi_bs_call(allocate_pages, EFI_ALLOCATE_ADDRESS, in efi_random_alloc()
H A Defistub.h257 efi_status_t (__efiapi *allocate_pages)(int, int, unsigned long,
331 u32 allocate_pages; member
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_memory.c108 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in execute()
115 ret = boottime->allocate_pages(EFI_ALLOCATE_ANY_PAGES, in execute()
/openbmc/u-boot/lib/efi/
H A Defi_app.c63 ret = boot->allocate_pages(EFI_ALLOCATE_MAX_ADDRESS, in setup_memory()
/openbmc/u-boot/include/
H A Defi_api.h67 efi_status_t (EFIAPI *allocate_pages)(int, int, efi_uintn_t,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3150 .allocate_pages = efi_allocate_pages_ext,