Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firmware/efi/libstub/
Defi-stub-helper.c367 u64 file_size_total; in handle_cmdline_files() local
375 file_size_total = 0; in handle_cmdline_files()
461 file_size_total += file->size; in handle_cmdline_files()
464 if (file_size_total) { in handle_cmdline_files()
472 status = efi_high_alloc(sys_table_arg, file_size_total, 0x1000, in handle_cmdline_files()
517 *load_size = file_size_total; in handle_cmdline_files()
522 efi_free(sys_table_arg, file_size_total, file_addr); in handle_cmdline_files()