Lines Matching defs:efi_loaded_image
457 struct efi_loaded_image { struct
458 u32 revision;
459 void *parent_handle;
460 struct efi_system_table *system_table;
461 efi_handle_t device_handle;
462 struct efi_device_path *file_path;
463 void *reserved;
464 u32 load_options_size;
465 void *load_options;
466 void *image_base;
467 aligned_u64 image_size;
468 unsigned int image_code_type;
469 unsigned int image_data_type;