Searched defs:efi_priv (Results 1 – 1 of 1) sorted by relevance
305 struct efi_priv { struct306 efi_handle_t parent_image;307 struct efi_device_path *device_path;308 struct efi_system_table *sys_table;309 struct efi_boot_services *boot;310 struct efi_runtime_services *run;311 bool use_pool_for_malloc;312 unsigned long ram_base;313 unsigned int image_data_type;314 struct efi_info_hdr *info;[all …]