Home
last modified time | relevance | path

Searched refs:efi_low_alloc_above (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/firmware/efi/libstub/
Defi-stub-helper.c265 efi_status_t efi_low_alloc_above(efi_system_table_t *sys_table_arg, in efi_low_alloc_above() function
730 status = efi_low_alloc_above(sys_table_arg, alloc_size, in efi_relocate_kernel()
/Linux-v5.4/include/linux/
Defi.h1582 efi_status_t efi_low_alloc_above(efi_system_table_t *sys_table_arg,
1596 return efi_low_alloc_above(sys_table_arg, size, align, addr, 0x8); in efi_low_alloc()