Searched refs:nr_map (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/arch/arm/mach-s3c/ |
D | mach-anubis.c | 168 .nr_map = external_map, 175 .nr_map = chip0_map, 182 .nr_map = chip1_map, 192 slot = set->nr_map[slot] & 3; in anubis_nand_select() 195 slot, set, set->nr_map); in anubis_nand_select()
|
D | mach-osiris.c | 182 .nr_map = external_map, 190 .nr_map = chip0_map, 197 .nr_map = chip1_map, 208 slot = set->nr_map[slot] & 3; in osiris_nand_select() 211 slot, set, set->nr_map); in osiris_nand_select()
|
D | mach-bast.c | 233 .nr_map = smartmedia_map, 241 .nr_map = chip0_map, 248 .nr_map = chip1_map, 256 .nr_map = chip2_map, 267 slot = set->nr_map[slot] & 3; in bast_nand_select() 270 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-6.1.9/drivers/firmware/efi/ |
D | memmap.c | 50 efi.memmap.desc_size * efi.memmap.nr_map, in efi_memmap_free() 128 map.nr_map = data->size / data->desc_size; in __efi_memmap_init() 166 size = efi.memmap.desc_size * efi.memmap.nr_map; in efi_memmap_unmap()
|
D | runtime-map.c | 141 return efi.memmap.nr_map * efi.memmap.desc_size; in efi_get_runtime_map_size() 169 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-6.1.9/include/linux/platform_data/ |
D | mtd-nand-s3c2410.h | 38 int *nr_map; member
|
/linux-6.1.9/arch/x86/include/uapi/asm/ |
D | e820.h | 66 __u32 nr_map; member
|
/linux-6.1.9/arch/x86/platform/efi/ |
D | efi.c | 230 memblock_reserve(pmap, efi.memmap.nr_map * efi.memmap.desc_size); in efi_memblock_x86_reserve_range() 297 .size = efi.memmap.desc_size * (efi.memmap.nr_map - n_removal), in efi_clean_memmap() 722 efi.memmap.desc_size * efi.memmap.nr_map)) { in kexec_enter_virtual_mode() 728 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-6.1.9/arch/mips/include/asm/mach-loongson64/ |
D | boot_param.h | 22 u32 nr_map; /* number of memory_maps */ member
|
/linux-6.1.9/arch/mips/loongson64/ |
D | init.c | 60 for (i = 0; i < loongson_memmap->nr_map; i++) { in szmem()
|
/linux-6.1.9/drivers/pci/controller/dwc/ |
D | pcie-qcom.c | 1429 int i, nr_map, size = 0; in qcom_pcie_config_sid_sm8250() local 1443 nr_map = size / (sizeof(*map)); in qcom_pcie_config_sid_sm8250() 1454 for (i = 0; i < nr_map; i++) { in qcom_pcie_config_sid_sm8250()
|
/linux-6.1.9/include/linux/ |
D | efi.h | 553 int nr_map; member
|