Searched refs:efi_low_alloc (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | arm64-stub.c | 146 status = efi_low_alloc(sys_table_arg, *reserve_size, in handle_kernel_image()
|
D | efi-stub-helper.c | 263 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, in efi_low_alloc() function 727 status = efi_low_alloc(sys_table_arg, alloc_size, alignment, in efi_relocate_kernel()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 419 status = efi_low_alloc(sys_table, 0x4000, 1, in make_boot_params() 783 status = efi_low_alloc(sys_table, gdt->size, 8, in efi_main()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 1539 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg,
|