Searched defs:efi_priv (Results 1 – 1 of 1) sorted by relevance
339 struct efi_priv { struct340 efi_handle_t parent_image;341 struct efi_device_path *device_path;342 struct efi_system_table *sys_table;343 struct efi_boot_services *boot;344 struct efi_runtime_services *run;345 bool use_pool_for_malloc;346 unsigned long ram_base;347 unsigned int image_data_type;348 struct efi_info_hdr *info;[all …]