Lines Matching defs:efi_priv
305 struct efi_priv { struct
306 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;
315 unsigned int info_size;
316 void *next_hdr;