/linux-4.1.27/arch/x86/kernel/ |
D | e820.c | 60 for (i = 0; i < e820.nr_map; i++) { in e820_any_mapped() 83 for (i = 0; i < e820.nr_map; i++) { in e820_all_mapped() 113 int x = e820x->nr_map; in __e820_add_region() 125 e820x->nr_map++; in __e820_add_region() 165 for (i = 0; i < e820.nr_map; i++) { in e820_print_map() 384 static int __init __append_e820_map(struct e820entry *biosmap, int nr_map) in __append_e820_map() argument 386 while (nr_map) { in __append_e820_map() 399 nr_map--; in __append_e820_map() 413 static int __init append_e820_map(struct e820entry *biosmap, int nr_map) in append_e820_map() argument 416 if (nr_map < 2) in append_e820_map() [all …]
|
D | pmem.c | 38 for (i = 0; i < e820.nr_map; i++) { in register_pmem_devices()
|
D | resource.c | 30 for (i = 0; i < e820.nr_map; i++) { in remove_e820_regions()
|
D | setup.c | 478 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in e820_reserve_setup_data() 776 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in trim_bios_range() 1050 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in setup_arch()
|
D | tboot.c | 197 for (i = 0; i < e820.nr_map; i++) { in tboot_setup_sleep()
|
D | kexec-bzimage64.c | 102 nr_e820_entries = e820_saved.nr_map; in setup_e820_entries()
|
D | early-quirks.c | 576 &e820.nr_map); in intel_graphics_stolen()
|
/linux-4.1.27/arch/mips/kernel/ |
D | setup.c | 88 int x = boot_mem_map.nr_map; in add_memory_region() 100 for (i = 0; i < boot_mem_map.nr_map; i++) { in add_memory_region() 120 if (boot_mem_map.nr_map == BOOT_MEM_MAP_MAX) { in add_memory_region() 128 boot_mem_map.nr_map++; in add_memory_region() 155 for (i = 0; i < boot_mem_map.nr_map; i++) { in print_memory_map() 324 for (i = 0; i < boot_mem_map.nr_map; i++) { in bootmem_init() 384 for (i = 0; i < boot_mem_map.nr_map; i++) { in bootmem_init() 413 for (i = 0; i < boot_mem_map.nr_map; i++) { in bootmem_init() 505 boot_mem_map.nr_map = 0; in early_parse_mem() 526 for (i = 0; i < boot_mem_map.nr_map; i++) { in early_parse_elfcorehdr() [all …]
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | mach-osiris.c | 194 .nr_map = external_map, 202 .nr_map = chip0_map, 209 .nr_map = chip1_map, 220 slot = set->nr_map[slot] & 3; in osiris_nand_select() 223 slot, set, set->nr_map); in osiris_nand_select()
|
D | mach-anubis.c | 181 .nr_map = external_map, 188 .nr_map = chip0_map, 195 .nr_map = chip1_map, 205 slot = set->nr_map[slot] & 3; in anubis_nand_select() 208 slot, set, set->nr_map); in anubis_nand_select()
|
D | mach-bast.c | 246 .nr_map = smartmedia_map, 254 .nr_map = chip0_map, 261 .nr_map = chip1_map, 269 .nr_map = chip2_map, 280 slot = set->nr_map[slot] & 3; in bast_nand_select() 283 slot, set, set->nr_map); in bast_nand_select()
|
/linux-4.1.27/arch/mips/netlogic/xlp/ |
D | setup.c | 72 for (i = 0; i < boot_mem_map.nr_map; i++) { in nlm_fixup_mem() 113 if (boot_mem_map.nr_map == 0) { in plat_mem_setup()
|
/linux-4.1.27/include/linux/platform_data/ |
D | mtd-nand-s3c2410.h | 41 int *nr_map; member
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi.c | 167 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in do_add_efi_memmap() 189 memmap.nr_map = e->efi_memmap_size / in efi_memblock_x86_reserve_range() 194 memblock_reserve(pmap, memmap.nr_map * memmap.desc_size); in efi_memblock_x86_reserve_range() 227 early_memunmap(memmap.map, memmap.nr_map * memmap.desc_size); in efi_unmap_memmap() 424 memmap.nr_map * memmap.desc_size); in efi_memmap_init() 429 memmap.map_end = memmap.map + (memmap.nr_map * memmap.desc_size); in efi_memmap_init()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | e820.h | 64 __u32 nr_map; member
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | setup.c | 71 int nr_map; member 284 i = bfin_memmap.nr_map; in add_memory_region() 294 bfin_memmap.nr_map++; in add_memory_region() 450 for (i = 0; i < bfin_memmap.nr_map; i++) { in print_memory_map() 717 for (i = 0; i < bfin_memmap.nr_map; i++) { in find_min_max_pfn() 745 sanitize_memmap(bfin_memmap.map, &bfin_memmap.nr_map); in setup_bootmem_allocator() 770 for (i = 0; i < bfin_memmap.nr_map; i++) { in setup_bootmem_allocator()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | bootinfo.h | 99 int nr_map; member
|
/linux-4.1.27/arch/mips/include/asm/netlogic/ |
D | psb-bootinfo.h | 98 int nr_map; member
|
/linux-4.1.27/arch/mips/fw/arc/ |
D | memory.c | 152 for (i = 0; i < boot_mem_map.nr_map; i++) { in prom_free_prom_memory()
|
/linux-4.1.27/arch/mips/loongson/common/ |
D | mem.c | 66 for (i = 0; i < loongson_memmap->nr_map; i++) { in prom_init_memory()
|
/linux-4.1.27/arch/mips/netlogic/xlr/ |
D | setup.c | 151 for (i = 0; i < bootm->nr_map; i++) { in prom_add_memory()
|
/linux-4.1.27/arch/mips/mti-malta/ |
D | malta-memory.c | 172 for (i = 0; i < boot_mem_map.nr_map; i++) { in prom_free_prom_memory()
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
D | boot_param.h | 19 u32 nr_map; /* number of memory_maps */ member
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | devs.c | 704 if (set->nr_map && set->nr_chips) { in s3c_nand_copy_set() 706 ptr = kmemdup(set->nr_map, size, GFP_KERNEL); in s3c_nand_copy_set() 707 set->nr_map = ptr; in s3c_nand_copy_set()
|
/linux-4.1.27/arch/mips/loongson/loongson-3/ |
D | numa.c | 131 for (i = 0; i < loongson_memmap->nr_map; i++) { in szmem()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 273 for (i = 0 ; i < boot_mem_map.nr_map; i++) { in plat_swiotlb_setup()
|
D | setup.c | 933 while ((boot_mem_map.nr_map < BOOT_MEM_MAP_MAX) in plat_mem_setup()
|
/linux-4.1.27/arch/mips/mm/ |
D | init.c | 257 for (i = 0; i < boot_mem_map.nr_map; i++) { in page_is_ram()
|
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | msp_prom.c | 410 for (i = 0; i < boot_mem_map.nr_map; i++) { in prom_free_prom_memory()
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | ip28-berr.c | 309 for (i = 0; i < boot_mem_map.nr_map; i++) { in addr_is_ram()
|
/linux-4.1.27/arch/x86/xen/ |
D | setup.c | 714 sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map); in xen_memory_setup()
|
/linux-4.1.27/include/linux/ |
D | efi.h | 676 int nr_map; member
|