Searched refs:map_end (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/mm/ |
| H A D | init.c | 628 unsigned long map_end) in memory_map_top_down() argument 644 map_end); in memory_map_top_down() 647 real_end = max(map_start, ALIGN_DOWN(map_end, PMD_SIZE)); in memory_map_top_down() 682 if (real_end < map_end) in memory_map_top_down() 683 init_range_memory_mapping(real_end, map_end); in memory_map_top_down() 698 unsigned long map_end) in memory_map_bottom_up() argument 714 while (start < map_end) { in memory_map_bottom_up() 715 if (step_size && map_end - start > step_size) { in memory_map_bottom_up() 717 if (next > map_end) in memory_map_bottom_up() 718 next = map_end; in memory_map_bottom_up() [all …]
|
| /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 | 3338 loff_t map_end = (loff_t) map->m_lblk + map->m_len; in ext4_split_extent_zeroout() local 3357 if (map_end < ex_end) { in ext4_split_extent_zeroout() 3358 lblk = map_end; in ext4_split_extent_zeroout() 3359 len = ex_end - map_end; in ext4_split_extent_zeroout() 3360 pblk = ext4_ext_pblock(ex) + (map_end - ee_block); in ext4_split_extent_zeroout()
|