Home
last modified time | relevance | path

Searched refs:efi_low_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/firmware/efi/libstub/
Darm64-stub.c63 status = efi_low_alloc(sys_table_arg, kernel_memsize, in handle_kernel_image()
Defi-stub-helper.c227 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/
Deboot.c1099 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/
Defi.h1269 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg,