Searched refs:efi_low_alloc_above (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | relocate.c | 9 * efi_low_alloc_above() - allocate pages at or above given address 23 efi_status_t efi_low_alloc_above(unsigned long size, unsigned long align, in efi_low_alloc_above() function 147 status = efi_low_alloc_above(alloc_size, alignment, &new_addr, in efi_relocate_kernel()
|
H A D | arm32-stub.c | 133 status = efi_low_alloc_above(alloc_size, EFI_PAGE_SIZE, &alloc_base, 0x0); in handle_kernel_image()
|
H A D | efistub.h | 783 efi_status_t efi_low_alloc_above(unsigned long size, unsigned long align,
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | relocate.c | 9 * efi_low_alloc_above() - allocate pages at or above given address 23 efi_status_t efi_low_alloc_above(unsigned long size, unsigned long align, in efi_low_alloc_above() function 147 status = efi_low_alloc_above(alloc_size, alignment, &new_addr, in efi_relocate_kernel()
|
H A D | arm32-stub.c | 97 status = efi_low_alloc_above(alloc_size, EFI_PAGE_SIZE, &alloc_base, 0x0); in handle_kernel_image()
|
H A D | efistub.h | 990 efi_status_t efi_low_alloc_above(unsigned long size, unsigned long align,
|
Completed in 6 milliseconds