Searched refs:nr_map (Results 1 – 7 of 7) sorted by relevance
52 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()
69 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in riscv_enable_runtime_services()
99 mapsize = efi.memmap.desc_size * efi.memmap.nr_map; in arm_enable_runtime_services()
141 return efi.memmap.nr_map * efi.memmap.desc_size; in efi_get_runtime_map_size()169 map_entries = kzalloc_objs(entry, efi.memmap.nr_map); in efi_runtime_map_init()
227 memblock_reserve(pmap, efi.memmap.nr_map * efi.memmap.desc_size); in efi_memblock_x86_reserve_range()294 .size = efi.memmap.desc_size * (efi.memmap.nr_map - n_removal), in efi_clean_memmap()748 efi.memmap.desc_size * efi.memmap.nr_map)) { in kexec_enter_virtual_mode()754 num_pages = ALIGN(efi.memmap.nr_map * efi.memmap.desc_size, PAGE_SIZE); in kexec_enter_virtual_mode()
281 num_entries += efi.memmap.nr_map; in efi_arch_mem_reserve()427 sz = sizeof(*ranges_to_free) * (efi.memmap.nr_map + 1); in efi_unmap_boot_services()
571 int nr_map; member