Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Dmemmap.c51 map.nr_map = data->size / data->desc_size; in __efi_memmap_init()
89 size = efi.memmap.desc_size * efi.memmap.nr_map; in efi_memmap_unmap()
H A Driscv-runtime.c77 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()
/openbmc/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 Defi.c235 memblock_reserve(pmap, efi.memmap.nr_map * efi.memmap.desc_size); in efi_memblock_x86_reserve_range()
302 .size = efi.memmap.desc_size * (efi.memmap.nr_map - n_removal), in efi_clean_memmap()
773 efi.memmap.desc_size * efi.memmap.nr_map)) { in kexec_enter_virtual_mode()
779 num_pages = ALIGN(efi.memmap.nr_map * efi.memmap.desc_size, PAGE_SIZE); in kexec_enter_virtual_mode()
H A Dfake_mem.c43 int new_nr_map = efi.memmap.nr_map; in efi_fake_range()
H A Dmemmap.c95 unsigned long size = efi.memmap.desc_size * efi.memmap.nr_map; in efi_memmap_install()
H A Dquirks.c281 num_entries += efi.memmap.nr_map; in efi_arch_mem_reserve()
/openbmc/linux/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h38 int *nr_map; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A De820.h66 __u32 nr_map; member
/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.h27 uint32_t nr_map; /* number of memory_maps */ member
H A Dloongson3_bootp.c50 emap->nr_map = cpu_to_le32(2); in init_memory_map()
/openbmc/linux/arch/mips/loongson64/
H A Dinit.c59 for (i = 0; i < loongson_memmap->nr_map; i++) { in szmem()
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h26 u32 nr_map; /* number of memory_maps */ member
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c990 int i, nr_map, size = 0; in qcom_pcie_config_sid_1_9_0() local
1010 nr_map = size / (sizeof(*map)); in qcom_pcie_config_sid_1_9_0()
1021 for (i = 0; i < nr_map; i++) { in qcom_pcie_config_sid_1_9_0()
/openbmc/linux/include/linux/
H A Defi.h569 int nr_map; member