Searched refs:map_end (Results 1 – 7 of 7) sorted by relevance
/drivers/nvdimm/ |
D | dimm_devs.c | 768 resource_size_t map_start, map_end, busy = 0; in nd_pmem_available_dpa() local 780 map_end = map_start + nd_mapping->size - 1; in nd_pmem_available_dpa() 786 if (start >= map_start && start < map_end) { in nd_pmem_available_dpa() 787 if (end > map_end) { in nd_pmem_available_dpa() 793 } else if (end >= map_start && end <= map_end) { in nd_pmem_available_dpa()
|
D | namespace_devs.c | 1933 resource_size_t map_end = nd_mapping->start + nd_mapping->size - 1; in scan_labels() local 1945 nsl_get_dpa(ndd, nd_label) > map_end) in scan_labels()
|
/drivers/firmware/efi/ |
D | memmap.c | 129 map.map_end = map.map + data->size; in __efi_memmap_init() 314 old < old_memmap->map_end; in efi_memmap_insert()
|
/drivers/xen/ |
D | gntdev.c | 542 unsigned long map_start, map_end; in gntdev_invalidate() local 548 map_end = map->pages_vm_start + (map->count << PAGE_SHIFT); in gntdev_invalidate() 556 if (map_start >= range->end || map_end <= range->start) in gntdev_invalidate() 560 mend = min(range->end, map_end); in gntdev_invalidate() 562 map->index, map->count, map_start, map_end, in gntdev_invalidate()
|
/drivers/vdpa/mlx5/core/ |
D | mr.c | 99 static u64 map_end(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in map_end() function 106 return map_end(map, mr) - map_start(map, mr); in maplen()
|
/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 614 unsigned long map_end = m->base + m->num - 1; in pcmcia_align() local 631 if ((start + size - 1) <= map_end) in pcmcia_align()
|
/drivers/iommu/ |
D | iommu.c | 932 goto map_end; in iommu_create_device_direct_mappings() 940 map_end: in iommu_create_device_direct_mappings()
|