Lines Matching defs:image
280 char *efi_convert_cmdline(efi_loaded_image_t *image, int *cmd_line_len)
282 const efi_char16_t *options = efi_table_attr(image, load_options);
283 u32 options_size = efi_table_attr(image, load_options_size);
364 * @handle: handle of the exiting image
538 efi_status_t efi_load_initrd_cmdline(efi_loaded_image_t *image,
543 if (image == NULL)
546 return handle_cmdline_files(image, L"initrd=", sizeof(L"initrd=") - 2,
553 * @image: EFI loaded image protocol
559 efi_status_t efi_load_initrd(efi_loaded_image_t *image,
579 status = efi_load_initrd_cmdline(image, &initrd, soft_limit,
658 * efi_remap_image - Remap a loaded image with the appropriate permissions
661 * @image_base: the base of the image in memory
662 * @alloc_size: the size of the area in memory occupied by the image
663 * @code_size: the size of the leading part of the image containing code
667 * region of the loaded image read-only/executable, and the remainder
669 * of the image, and will therefore cover the PE/COFF header as well.
681 * invoke it to remap the text/rodata region of the decompressed image
692 efi_warn("Failed to retrieve memory attributes for image region: 0x%lx\n",