Home
last modified time | relevance | path

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

/drivers/firmware/efi/libstub/
Defi-stub-helper.c416 u64 file_size_total; in handle_cmdline_files() local
424 file_size_total = 0; in handle_cmdline_files()
510 file_size_total += file->size; in handle_cmdline_files()
513 if (file_size_total) { in handle_cmdline_files()
521 status = efi_high_alloc(sys_table_arg, file_size_total, 0x1000, in handle_cmdline_files()
566 *load_size = file_size_total; in handle_cmdline_files()
571 efi_free(sys_table_arg, file_size_total, file_addr); in handle_cmdline_files()