Searched refs:efi_low_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm64/kernel/ |
D | efi-stub.c | 31 status = efi_low_alloc(sys_table, kernel_memsize + TEXT_OFFSET, in handle_kernel_image()
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
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.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 1084 status = efi_low_alloc(sys_table, 0x4000, 1, in make_boot_params() 1431 status = efi_low_alloc(sys_table, gdt->size, 8, in efi_main()
|
/linux-4.1.27/include/linux/ |
D | efi.h | 1232 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg,
|