Searched refs:map_end (Results 1 – 7 of 7) sorted by relevance
| /drivers/nvdimm/ |
| A D | dimm_devs.c | 782 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()
|
| A D | namespace_devs.c | 1938 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()
|
| /drivers/firmware/efi/ |
| A D | memmap.c | 53 map.map_end = map.map + data->size; in __efi_memmap_init()
|
| /drivers/xen/ |
| A D | gntdev.c | 554 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()
|
| /drivers/vdpa/mlx5/core/ |
| A D | mr.c | 123 static u64 map_end(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in map_end() function 130 return map_end(map, mr) - map_start(map, mr); in maplen()
|
| /drivers/pcmcia/ |
| A 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/ |
| A D | iommu.c | 1167 goto map_end; in iommu_create_device_direct_mappings() 1175 map_end: in iommu_create_device_direct_mappings()
|
Completed in 26 milliseconds