Symbol: map_end
arch/powerpc/platforms/ps3/gelic_udbg.c
80
u64 map_end = (real_end + 0xfff) & ~0xfff;
arch/powerpc/platforms/ps3/gelic_udbg.c
86
map_end - map_start, 12, 0,
arch/powerpc/platforms/ps3/gelic_udbg.c
92
bus_addr, map_end - map_start,
arch/x86/mm/init.c
628
unsigned long map_end)
arch/x86/mm/init.c
644
map_end);
arch/x86/mm/init.c
647
real_end = max(map_start, ALIGN_DOWN(map_end, PMD_SIZE));
arch/x86/mm/init.c
682
if (real_end < map_end)
arch/x86/mm/init.c
683
init_range_memory_mapping(real_end, map_end);
arch/x86/mm/init.c
698
unsigned long map_end)
arch/x86/mm/init.c
714
while (start < map_end) {
arch/x86/mm/init.c
715
if (step_size && map_end - start > step_size) {
arch/x86/mm/init.c
717
if (next > map_end)
arch/x86/mm/init.c
718
next = map_end;
arch/x86/mm/init.c
720
next = map_end;
arch/x86/platform/efi/efi.c
275
const efi_memory_desc_t *end = efi.memmap.map_end;
arch/x86/platform/efi/efi.c
569
return efi.memmap.map_end - efi.memmap.desc_size;
arch/x86/platform/efi/efi.c
617
if (entry >= efi.memmap.map_end)
arch/x86/platform/efi/memmap.c
187
old < old_memmap->map_end;
drivers/firmware/efi/memmap.c
53
map.map_end = map.map + data->size;
drivers/iommu/iommu.c
1214
goto map_end;
drivers/iommu/iommu.c
1226
map_end:
drivers/nvdimm/dimm_devs.c
768
resource_size_t map_start, map_end, busy = 0;
drivers/nvdimm/dimm_devs.c
780
map_end = map_start + nd_mapping->size - 1;
drivers/nvdimm/dimm_devs.c
786
if (start >= map_start && start < map_end) {
drivers/nvdimm/dimm_devs.c
787
if (end > map_end) {
drivers/nvdimm/dimm_devs.c
793
} else if (end >= map_start && end <= map_end) {
drivers/nvdimm/namespace_devs.c
1932
resource_size_t map_end = nd_mapping->start + nd_mapping->size - 1;
drivers/nvdimm/namespace_devs.c
1948
nsl_get_dpa(ndd, nd_label) > map_end)
drivers/pcmcia/rsrc_nonstatic.c
615
unsigned long map_end = m->base + m->num - 1;
drivers/pcmcia/rsrc_nonstatic.c
632
if ((start + size - 1) <= map_end)
drivers/vdpa/mlx5/core/mr.c
130
return map_end(map, mr) - map_start(map, mr);
drivers/xen/gntdev.c
546
unsigned long map_start, map_end;
drivers/xen/gntdev.c
552
map_end = map->pages_vm_start + (map->count << PAGE_SHIFT);
drivers/xen/gntdev.c
560
if (map_start >= range->end || map_end <= range->start)
drivers/xen/gntdev.c
564
mend = min(range->end, map_end);
drivers/xen/gntdev.c
566
map->index, map->count, map_start, map_end,
fs/ext4/extents.c
3330
loff_t map_end = (loff_t) map->m_lblk + map->m_len;
fs/ext4/extents.c
3349
if (map_end < ex_end) {
fs/ext4/extents.c
3350
lblk = map_end;
fs/ext4/extents.c
3351
len = ex_end - map_end;
fs/ext4/extents.c
3352
pblk = ext4_ext_pblock(ex) + (map_end - ee_block);
fs/ocfs2/refcounttree.c
2908
loff_t offset, end, map_end;
fs/ocfs2/refcounttree.c
2926
map_end = ((loff_t)page_index + 1) << PAGE_SHIFT;
fs/ocfs2/refcounttree.c
2927
if (map_end > end)
fs/ocfs2/refcounttree.c
2928
map_end = end;
fs/ocfs2/refcounttree.c
2933
if (map_end & (PAGE_SIZE - 1))
fs/ocfs2/refcounttree.c
2934
to = map_end & (PAGE_SIZE - 1);
fs/ocfs2/refcounttree.c
2955
offset, map_end - 1);
fs/ocfs2/refcounttree.c
2985
offset = map_end;
include/linux/efi.h
570
void *map_end;
include/linux/efi.h
807
(md) && ((void *)(md) + (m)->desc_size) <= (m)->map_end; \
mm/swapfile.c
1698
unsigned char *map_end = map + nr_pages;
mm/swapfile.c
1709
} while (++map < map_end);
mm/swapfile.c
183
unsigned char *map_end = map + nr_pages;
mm/swapfile.c
192
} while (++map < map_end);