Searched refs:efi_low_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | arm64-stub.c | 63 status = efi_low_alloc(sys_table_arg, kernel_memsize, in handle_kernel_image()
|
D | efi-stub-helper.c | 227 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, in efi_low_alloc() function 583 status = efi_low_alloc(sys_table_arg, alloc_size, alignment, in efi_relocate_kernel() 687 status = efi_low_alloc(sys_table_arg, options_bytes, 0, &cmdline_addr); in efi_convert_cmdline()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 1099 status = efi_low_alloc(sys_table, 0x4000, 1, in make_boot_params() 1447 status = efi_low_alloc(sys_table, gdt->size, 8, in efi_main()
|
/linux-4.4.14/include/linux/ |
D | efi.h | 1269 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg,
|