Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/efi/libstub/
Defi-stub-helper.c513 u64 file_size_total; in handle_cmdline_files() local
521 file_size_total = 0; in handle_cmdline_files()
606 file_size_total += file->size; in handle_cmdline_files()
609 if (file_size_total) { in handle_cmdline_files()
617 status = efi_high_alloc(sys_table_arg, file_size_total, 0x1000, in handle_cmdline_files()
663 *load_size = file_size_total; in handle_cmdline_files()
668 efi_free(sys_table_arg, file_size_total, file_addr); in handle_cmdline_files()