Searched defs:efi_priv (Results 1 – 1 of 1) sorted by relevance
376 struct efi_priv { struct377 efi_handle_t parent_image;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;[all …]
Completed in 4 milliseconds