Searched defs:efi_memory_map (Results 1 – 12 of 12) sorted by relevance
101 let efi_memory_map = efi::exit_boot_services(efi_entry, &mut mem_map_buf).unwrap(); in fuchsia_boot_demo() localVariable
28040 struct efi_memory_map { struct28041 phys_addr_t phys_map;28042 void *map;28043 void *map_end;28044 int nr_map;28045 long unsigned int desc_version;28046 long unsigned int desc_size;28047 long unsigned int flags;
35804 struct efi_memory_map { struct35805 phys_addr_t phys_map;35806 void *map;35807 void *map_end;35808 int nr_map;35809 long unsigned int desc_version;35810 long unsigned int desc_size;35811 long unsigned int flags;
9239 struct efi_memory_map { struct9240 phys_addr_t phys_map;9241 void *map;9242 void *map_end;9243 int nr_map;9244 long unsigned int desc_version;9245 long unsigned int desc_size;9246 long unsigned int flags;
110236 struct efi_memory_map { struct110237 phys_addr_t phys_map;110238 void *map;110239 void *map_end;110240 int nr_map;110241 unsigned long desc_version;110242 unsigned long desc_size;110243 unsigned long flags;
6193 struct efi_memory_map { struct6194 phys_addr_t phys_map;6195 void *map;6196 void *map_end;6197 int nr_map;6198 long unsigned int desc_version;6199 long unsigned int desc_size;6200 long unsigned int flags;
14500 struct efi_memory_map { struct14501 phys_addr_t phys_map;14502 void *map;14503 void *map_end;14504 int nr_map;14505 long unsigned int desc_version;14506 long unsigned int desc_size;14507 long unsigned int flags;
31076 struct efi_memory_map { struct31077 phys_addr_t phys_map;31078 void *map;31079 void *map_end;31080 int nr_map;31081 unsigned long desc_version;31082 unsigned long desc_size;31083 unsigned long flags;