Searched refs:memmap (Results 26 - 27 of 27) sorted by relevance

12

/linux-master/include/linux/
H A Defi.h670 struct efi_memory_map memmap; member in struct:efi
786 * efi_early_memdesc_ptr - get the n-th EFI memmap descriptor
787 * @map: the start of efi memmap
788 * @desc_size: the size of space for each EFI memmap descriptor
789 * @n: the index of efi memmap descriptor
814 * for_each_efi_memory_desc - iterate over descriptors in efi.memmap
820 for_each_efi_memory_desc_in_map(&efi.memmap, md)
/linux-master/drivers/message/fusion/
H A Dmptbase.c1707 /* Get memmap */
1724 ioc->memmap = mem;
2010 iounmap(ioc->memmap);
2059 iounmap(ioc->memmap);
2832 if (ioc->memmap != NULL) {
2833 iounmap(ioc->memmap);
2834 ioc->memmap = NULL;

Completed in 163 milliseconds

12