Lines Matching defs:efi_priv
376 struct efi_priv { struct
377 efi_handle_t parent_image;
378 struct efi_device_path *device_path;
379 struct efi_system_table *sys_table;
380 struct efi_boot_services *boot;
381 struct efi_runtime_services *run;
382 bool use_pool_for_malloc;
383 unsigned long ram_base;
384 unsigned int image_data_type;
385 struct efi_info_hdr *info;
386 unsigned int info_size;
387 void *next_hdr;