Lines Matching defs:efi_loaded_image_64
440 struct efi_loaded_image_64 { struct
441 u32 revision;
442 efi_handle_t parent_handle;
443 efi_system_table_t *system_table;
444 efi_handle_t device_handle;
445 void *file_path;
446 void *reserved;
447 u32 load_options_size;
448 void *load_options;
449 void *image_base;
450 __aligned_u64 image_size;
451 unsigned int image_code_type;
452 unsigned int image_data_type;