Searched defs:efi_priv (Results 1 – 1 of 1) sorted by relevance
361 struct efi_priv { struct362 efi_handle_t parent_image;363 struct efi_device_path *device_path;364 struct efi_system_table *sys_table;365 struct efi_boot_services *boot;366 struct efi_runtime_services *run;367 bool use_pool_for_malloc;368 unsigned long ram_base;369 unsigned int image_data_type;370 struct efi_info_hdr *info;[all …]