Searched refs:map_end (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | gelic_udbg.c | 80 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 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()
|
| H A D | namespace_devs.c | 1932 resource_size_t map_end = nd_mapping->start + nd_mapping->size - 1; in scan_labels() local 1948 nsl_get_dpa(ndd, nd_label) > map_end) in scan_labels()
|
| /linux/drivers/firmware/efi/ |
| H A D | memmap.c | 53 map.map_end = map.map + data->size; in __efi_memmap_init()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi.c | 275 const efi_memory_desc_t *end = efi.memmap.map_end; in efi_clean_memmap() 569 return efi.memmap.map_end - efi.memmap.desc_size; in efi_map_next_entry_reverse() 617 if (entry >= efi.memmap.map_end) in efi_map_next_entry()
|
| /linux/drivers/xen/ |
| H A D | gntdev.c | 546 unsigned long map_start, map_end; in gntdev_invalidate() local 552 map_end = map->pages_vm_start + (map->count << PAGE_SHIFT); in gntdev_invalidate() 560 if (map_start >= range->end || map_end <= range->start) in gntdev_invalidate() 564 mend = min(range->end, map_end); in gntdev_invalidate() 566 map->index, map->count, map_start, map_end, in gntdev_invalidate()
|
| /linux/drivers/vdpa/mlx5/core/ |
| H 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()
|
| /linux/fs/ext4/ |
| H A D | extents.c | 3330 loff_t map_end = (loff_t) map->m_lblk + map->m_len; in ext4_split_extent_zeroout() local 3349 if (map_end < ex_end) { in ext4_split_extent_zeroout() 3350 lblk = map_end; in ext4_split_extent_zeroout() 3351 len = ex_end - map_end; in ext4_split_extent_zeroout() 3352 pblk = ext4_ext_pblock(ex) + (map_end - ee_block); in ext4_split_extent_zeroout()
|
| /linux/drivers/iommu/ |
| H A D | iommu.c | 1215 goto map_end; in iommu_create_device_direct_mappings() 1227 map_end: in iommu_create_device_direct_mappings()
|