Lines Matching refs:MapKey
91 efi_memory_get_map(UINTN *NoEntries, UINTN *MapKey, UINTN *DescriptorSize, in efi_memory_get_map() argument
98 desc = LibMemoryMap(NoEntries, MapKey, DescriptorSize, in efi_memory_get_map()
201 UINTN i, NoEntries, MapKey, DescriptorSize; in efi_memory_get_memmap() local
211 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in efi_memory_get_memmap()
237 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize; in getbasemem() local
241 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in getbasemem()
272 UINTN i, NoEntries, MapKey, DescriptorSize, MappingSize; in getextmemx() local
280 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in getextmemx()
334 UINTN i, n, NoEntries, MapKey, DescriptorSize, MappingSize; in efi_memory_probe() local
345 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in efi_memory_probe()
374 UINTN i, NoEntries, MapKey, DescriptorSize; in efi_memory_show_map() local
386 mdtop = efi_memory_get_map(&NoEntries, &MapKey, &DescriptorSize, in efi_memory_show_map()