Home
last modified time | relevance | path

Searched refs:map_entries (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/platform/efi/
H A Druntime-map.c21 static struct efi_runtime_map_entry **map_entries; variable
169 map_entries = kcalloc(efi.memmap.nr_map, sizeof(entry), GFP_KERNEL); in efi_runtime_map_init()
170 if (!map_entries) { in efi_runtime_map_init()
182 *(map_entries + i++) = entry; in efi_runtime_map_init()
188 entry = *(map_entries + j); in efi_runtime_map_init()
/linux/arch/alpha/mm/
H A Dinit.c201 for (i = 0; i < crb->map_entries; ++i) in callback_init()
213 for (i = 0; i < crb->map_entries; ++i) { in callback_init()
/linux/arch/alpha/include/asm/
H A Dhwrpb.h136 unsigned long map_entries; member
/linux/drivers/target/
H A Dtarget_core_configfs.c2562 char *map_entries, *orig, *ptr; in target_dev_lba_map_store() local
2569 orig = map_entries = kstrdup(page, GFP_KERNEL); in target_dev_lba_map_store()
2570 if (!map_entries) in target_dev_lba_map_store()
2574 while ((ptr = strsep(&map_entries, "\n")) != NULL) { in target_dev_lba_map_store()