Searched refs:nr_map (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.15/arch/arm/mach-s3c/ |
D | mach-anubis.c | 173 .nr_map = external_map, 180 .nr_map = chip0_map, 187 .nr_map = chip1_map, 197 slot = set->nr_map[slot] & 3; in anubis_nand_select() 200 slot, set, set->nr_map); in anubis_nand_select()
|
D | mach-osiris.c | 187 .nr_map = external_map, 195 .nr_map = chip0_map, 202 .nr_map = chip1_map, 213 slot = set->nr_map[slot] & 3; in osiris_nand_select() 216 slot, set, set->nr_map); in osiris_nand_select()
|
D | mach-bast.c | 238 .nr_map = smartmedia_map, 246 .nr_map = chip0_map, 253 .nr_map = chip1_map, 261 .nr_map = chip2_map, 272 slot = set->nr_map[slot] & 3; in bast_nand_select() 275 slot, set, set->nr_map); in bast_nand_select()
|
D | devs.c | 692 if (set->nr_map && set->nr_chips) { in s3c_nand_copy_set() 694 ptr = kmemdup(set->nr_map, size, GFP_KERNEL); in s3c_nand_copy_set() 695 set->nr_map = ptr; in s3c_nand_copy_set()
|
/Linux-v5.15/drivers/firmware/efi/ |
D | memmap.c | 50 efi.memmap.desc_size * efi.memmap.nr_map, in efi_memmap_free() 129 map.nr_map = data->size / data->desc_size; in __efi_memmap_init() 167 size = efi.memmap.desc_size * efi.memmap.nr_map; in efi_memmap_unmap()
|
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 | riscv-runtime.c | 77 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in riscv_enable_runtime_services()
|
D | arm-runtime.c | 99 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in arm_enable_runtime_services()
|
D | fake_mem.c | 40 int new_nr_map = efi.memmap.nr_map; in efi_fake_range()
|
/Linux-v5.15/include/linux/platform_data/ |
D | mtd-nand-s3c2410.h | 38 int *nr_map; member
|
/Linux-v5.15/arch/x86/include/uapi/asm/ |
D | e820.h | 66 __u32 nr_map; member
|
/Linux-v5.15/arch/x86/platform/efi/ |
D | efi.c | 250 memblock_reserve(pmap, efi.memmap.nr_map * efi.memmap.desc_size); in efi_memblock_x86_reserve_range() 317 .size = efi.memmap.desc_size * (efi.memmap.nr_map - n_removal), in efi_clean_memmap() 742 efi.memmap.desc_size * efi.memmap.nr_map)) { in kexec_enter_virtual_mode() 748 num_pages = ALIGN(efi.memmap.nr_map * efi.memmap.desc_size, PAGE_SIZE); in kexec_enter_virtual_mode()
|
D | quirks.c | 273 num_entries += efi.memmap.nr_map; in efi_arch_mem_reserve()
|
/Linux-v5.15/arch/mips/include/asm/netlogic/ |
D | psb-bootinfo.h | 83 int nr_map; member
|
/Linux-v5.15/arch/mips/netlogic/xlr/ |
D | setup.c | 147 for (i = 0; i < bootm->nr_map; i++) { in prom_add_memory()
|
/Linux-v5.15/arch/mips/loongson64/ |
D | init.c | 60 for (i = 0; i < loongson_memmap->nr_map; i++) { in szmem()
|
/Linux-v5.15/arch/mips/include/asm/mach-loongson64/ |
D | boot_param.h | 22 u32 nr_map; /* number of memory_maps */ member
|
/Linux-v5.15/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 1289 int i, nr_map, size = 0; in qcom_pcie_config_sid_sm8250() local 1303 nr_map = size / (sizeof(*map)); in qcom_pcie_config_sid_sm8250() 1314 for (i = 0; i < nr_map; i++) { in qcom_pcie_config_sid_sm8250()
|
/Linux-v5.15/include/linux/ |
D | efi.h | 472 int nr_map; member
|