Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/libstub/
Defi-stub-helper.c511 u64 file_size_total; in handle_cmdline_files() local
519 file_size_total = 0; in handle_cmdline_files()
604 file_size_total += file->size; in handle_cmdline_files()
607 if (file_size_total) { in handle_cmdline_files()
615 status = efi_high_alloc(sys_table_arg, file_size_total, 0x1000, in handle_cmdline_files()
661 *load_size = file_size_total; in handle_cmdline_files()
666 efi_free(sys_table_arg, file_size_total, file_addr); in handle_cmdline_files()