Lines Matching refs:map
67 efi_memory_desc_t **map, in efi_get_memory_map() argument
108 *map = m; in efi_get_memory_map()
118 struct efi_memory_map map; in get_dram_base() local
121 status = efi_get_memory_map(sys_table_arg, (efi_memory_desc_t **)&map.map, in get_dram_base()
122 &map_size, &map.desc_size, NULL, NULL); in get_dram_base()
126 map.map_end = map.map + map_size; in get_dram_base()
128 for_each_efi_memory_desc(&map, md) in get_dram_base()
133 efi_call_early(free_pool, map.map); in get_dram_base()
146 efi_memory_desc_t *map; in efi_high_alloc() local
152 status = efi_get_memory_map(sys_table_arg, &map, &map_size, &desc_size, in efi_high_alloc()
169 unsigned long m = (unsigned long)map; in efi_high_alloc()
219 efi_call_early(free_pool, map); in efi_high_alloc()
232 efi_memory_desc_t *map; in efi_low_alloc() local
237 status = efi_get_memory_map(sys_table_arg, &map, &map_size, &desc_size, in efi_low_alloc()
253 unsigned long m = (unsigned long)map; in efi_low_alloc()
291 efi_call_early(free_pool, map); in efi_low_alloc()