Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/kernel/
Defi-stub.c31 status = efi_low_alloc(sys_table, kernel_memsize + TEXT_OFFSET, in handle_kernel_image()
/linux-4.1.27/drivers/firmware/efi/libstub/
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.1.27/arch/x86/boot/compressed/
Deboot.c1084 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/
Defi.h1232 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg,