Home
last modified time | relevance | path

Searched refs:map_end (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c80 u64 map_end = (real_end + 0xfff) & ~0xfff; in map_dma_mem() local
86 map_end - map_start, 12, 0, in map_dma_mem()
92 bus_addr, map_end - map_start, in map_dma_mem()
/linux/drivers/nvdimm/
H A Ddimm_devs.c782 resource_size_t map_start, map_end, busy = 0; in nd_pmem_available_dpa() local
794 map_end = map_start + nd_mapping->size - 1; in nd_pmem_available_dpa()
800 if (start >= map_start && start < map_end) { in nd_pmem_available_dpa()
801 if (end > map_end) { in nd_pmem_available_dpa()
807 } else if (end >= map_start && end <= map_end) { in nd_pmem_available_dpa()
H A Dnamespace_devs.c1938 resource_size_t map_end = nd_mapping->start + nd_mapping->size - 1; in scan_labels() local
1954 nsl_get_dpa(ndd, nd_label) > map_end) in scan_labels()
/linux/drivers/firmware/efi/
H A Dmemmap.c53 map.map_end = map.map + data->size; in __efi_memmap_init()
/linux/drivers/xen/
H A Dgntdev.c554 unsigned long map_start, map_end; in gntdev_invalidate() local
560 map_end = map->pages_vm_start + (map->count << PAGE_SHIFT); in gntdev_invalidate()
568 if (map_start >= range->end || map_end <= range->start) in gntdev_invalidate()
572 mend = min(range->end, map_end); in gntdev_invalidate()
574 map->index, map->count, map_start, map_end, in gntdev_invalidate()
/linux/arch/x86/platform/efi/
H A Dmemmap.c187 old < old_memmap->map_end; in efi_memmap_insert()
/linux/include/linux/
H A Defi.h567 void *map_end; member
804 (md) && ((void *)(md) + (m)->desc_size) <= (m)->map_end; \
/linux/mm/
H A Dswapfile.c177 unsigned char *map_end = map + nr_pages; in swap_only_has_cache() local
183 } while (++map < map_end); in swap_only_has_cache()
192 unsigned char *map_end = map + nr_pages; in swap_is_last_map() local
198 while (++map < map_end) { in swap_is_last_map()
1566 unsigned char *map_end = map + nr_pages; in swap_entries_free() local
1577 } while (++map < map_end); in swap_entries_free()
/linux/drivers/pcmcia/
H A Drsrc_nonstatic.c614 unsigned long map_end = m->base + m->num - 1; in pcmcia_align() local
631 if ((start + size - 1) <= map_end) in pcmcia_align()
/linux/drivers/iommu/
H A Diommu.c1167 goto map_end; in iommu_create_device_direct_mappings()
1175 map_end: in iommu_create_device_direct_mappings()