Searched refs:efi_low_alloc_above (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/firmware/efi/libstub/ |
D | relocate.c | 23 efi_status_t efi_low_alloc_above(unsigned long size, unsigned long align, in efi_low_alloc_above() function 156 status = efi_low_alloc_above(alloc_size, alignment, &new_addr, in efi_relocate_kernel()
|
D | arm32-stub.c | 133 status = efi_low_alloc_above(alloc_size, EFI_PAGE_SIZE, &alloc_base, 0x0); in handle_kernel_image()
|
D | efistub.h | 794 efi_status_t efi_low_alloc_above(unsigned long size, unsigned long align,
|