map_entries       136 arch/alpha/include/asm/hwrpb.h 	unsigned long map_entries;
map_entries       198 arch/alpha/mm/init.c 		for (i = 0; i < crb->map_entries; ++i)
map_entries       210 arch/alpha/mm/init.c 		for (i = 0; i < crb->map_entries; ++i) {
map_entries        21 drivers/firmware/efi/runtime-map.c static struct efi_runtime_map_entry **map_entries;
map_entries       168 drivers/firmware/efi/runtime-map.c 	map_entries = kcalloc(efi.memmap.nr_map, sizeof(entry), GFP_KERNEL);
map_entries       169 drivers/firmware/efi/runtime-map.c 	if (!map_entries) {
map_entries       181 drivers/firmware/efi/runtime-map.c 		*(map_entries + i++) = entry;
map_entries       187 drivers/firmware/efi/runtime-map.c 		entry = *(map_entries + j);
map_entries        78 drivers/firmware/memmap.c static LIST_HEAD(map_entries);
map_entries       154 drivers/firmware/memmap.c 	list_add_tail(&entry->list, &map_entries);
map_entries       247 drivers/firmware/memmap.c 	return firmware_map_find_entry_in_list(start, end, type, &map_entries);
map_entries       412 drivers/firmware/memmap.c 	list_for_each_entry(entry, &map_entries, list)
map_entries      2347 drivers/target/target_core_configfs.c 	char *map_entries, *orig, *ptr;
map_entries      2354 drivers/target/target_core_configfs.c 	orig = map_entries = kstrdup(page, GFP_KERNEL);
map_entries      2355 drivers/target/target_core_configfs.c 	if (!map_entries)
map_entries      2359 drivers/target/target_core_configfs.c 	while ((ptr = strsep(&map_entries, "\n")) != NULL) {