Home
last modified time | relevance | path

Searched refs:nr_map (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/firmware/efi/
H A Dmemmap.c52 map.nr_map = data->size / data->desc_size; in __efi_memmap_init()
92 size = efi.memmap.desc_size * efi.memmap.nr_map; in efi_memmap_unmap()
H A Driscv-runtime.c69 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in riscv_enable_runtime_services()
H A Darm-runtime.c99 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in arm_enable_runtime_services()
/linux/arch/x86/platform/efi/
H A Druntime-map.c141 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()
H A Dmemmap.c96 unsigned long size = efi.memmap.desc_size * efi.memmap.nr_map; in efi_memmap_install()
/linux/arch/mips/loongson64/
H A Dinit.c59 for (i = 0; i < loongson_memmap->nr_map; i++) { in szmem()
/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1095 int i, nr_map, size = 0; in qcom_pcie_config_sid_1_9_0() local
1115 nr_map = size / (sizeof(*map)); in qcom_pcie_config_sid_1_9_0()
1126 for (i = 0; i < nr_map; i++) { in qcom_pcie_config_sid_1_9_0()