Lines Matching defs:efi_loaded_image
254 struct efi_loaded_image { struct
255 u32 revision;
256 void *parent_handle;
257 struct efi_system_table *system_table;
258 void *device_handle;
259 void *file_path;
260 void *reserved;
261 u32 load_options_size;
262 void *load_options;
263 void *image_base;
264 aligned_u64 image_size;
265 unsigned int image_code_type;
266 unsigned int image_data_type;
267 unsigned long unload;
271 efi_status_t exit_status;
272 struct jmp_buf_data exit_jmp;