Searched refs:nr_map (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/arch/arm/mach-s3c24xx/ |
| D | mach-anubis.c | 176 .nr_map = external_map, 183 .nr_map = chip0_map, 190 .nr_map = chip1_map, 200 slot = set->nr_map[slot] & 3; in anubis_nand_select() 203 slot, set, set->nr_map); in anubis_nand_select()
|
| D | mach-osiris.c | 190 .nr_map = external_map, 198 .nr_map = chip0_map, 205 .nr_map = chip1_map, 216 slot = set->nr_map[slot] & 3; in osiris_nand_select() 219 slot, set, set->nr_map); in osiris_nand_select()
|
| D | mach-bast.c | 241 .nr_map = smartmedia_map, 249 .nr_map = chip0_map, 256 .nr_map = chip1_map, 264 .nr_map = chip2_map, 275 slot = set->nr_map[slot] & 3; in bast_nand_select() 278 slot, set, set->nr_map); in bast_nand_select()
|
| /Linux-v5.4/drivers/firmware/efi/ |
| D | memmap.c | 90 map.nr_map = data->size / data->desc_size; in __efi_memmap_init() 127 size = efi.memmap.desc_size * efi.memmap.nr_map; in efi_memmap_unmap() 195 int __init efi_memmap_install(phys_addr_t addr, unsigned int nr_map) in efi_memmap_install() argument 202 data.size = efi.memmap.desc_size * nr_map; in efi_memmap_install()
|
| D | runtime-map.c | 140 return efi.memmap.nr_map * efi.memmap.desc_size; in efi_get_runtime_map_size() 168 map_entries = kcalloc(efi.memmap.nr_map, sizeof(entry), GFP_KERNEL); in efi_runtime_map_init()
|
| D | arm-runtime.c | 117 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in arm_enable_runtime_services()
|
| D | fake_mem.c | 41 int new_nr_map = efi.memmap.nr_map; in efi_fake_memmap()
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | mtd-nand-s3c2410.h | 38 int *nr_map; member
|
| /Linux-v5.4/arch/x86/include/uapi/asm/ |
| D | e820.h | 66 __u32 nr_map; member
|
| /Linux-v5.4/arch/mips/include/asm/netlogic/ |
| D | psb-bootinfo.h | 98 int nr_map; member
|
| /Linux-v5.4/arch/x86/platform/efi/ |
| D | efi.c | 234 memblock_reserve(pmap, efi.memmap.nr_map * efi.memmap.desc_size); in efi_memblock_x86_reserve_range() 296 u64 size = efi.memmap.nr_map - n_removal; in efi_clean_memmap() 888 efi.memmap.desc_size * efi.memmap.nr_map)) { in kexec_enter_virtual_mode() 896 num_pages = ALIGN(efi.memmap.nr_map * efi.memmap.desc_size, PAGE_SIZE); in kexec_enter_virtual_mode()
|
| D | quirks.c | 276 num_entries += efi.memmap.nr_map; in efi_arch_mem_reserve()
|
| /Linux-v5.4/arch/mips/loongson64/common/ |
| D | mem.c | 64 for (i = 0; i < loongson_memmap->nr_map; i++) { in prom_init_memory()
|
| /Linux-v5.4/arch/mips/netlogic/xlr/ |
| D | setup.c | 151 for (i = 0; i < bootm->nr_map; i++) { in prom_add_memory()
|
| /Linux-v5.4/arch/mips/include/asm/mach-loongson64/ |
| D | boot_param.h | 20 u32 nr_map; /* number of memory_maps */ member
|
| /Linux-v5.4/arch/arm/plat-samsung/ |
| D | devs.c | 687 if (set->nr_map && set->nr_chips) { in s3c_nand_copy_set() 689 ptr = kmemdup(set->nr_map, size, GFP_KERNEL); in s3c_nand_copy_set() 690 set->nr_map = ptr; in s3c_nand_copy_set()
|
| /Linux-v5.4/arch/mips/loongson64/loongson-3/ |
| D | numa.c | 126 for (i = 0; i < loongson_memmap->nr_map; i++) { in szmem()
|
| /Linux-v5.4/include/linux/ |
| D | efi.h | 794 int nr_map; member 1063 extern int __init efi_memmap_install(phys_addr_t addr, unsigned int nr_map);
|