mend 70 arch/powerpc/mm/slice.c unsigned long mend = min(end, mend 73 arch/powerpc/mm/slice.c ret->low_slices = (1u << (GET_LOW_SLICE_INDEX(mend) + 1)) mend 146 arch/powerpc/mm/slice.c unsigned long mend = min(end, mend 149 arch/powerpc/mm/slice.c low_slices = (1u << (GET_LOW_SLICE_INDEX(mend) + 1)) mend 3014 arch/powerpc/xmon/xmon.c static unsigned mend; mend 3027 arch/powerpc/xmon/xmon.c scanhex((void *)&mend); mend 3037 arch/powerpc/xmon/xmon.c for (a = mdest; a < mend; a += 4) { mend 321 arch/x86/kernel/crash.c unsigned long long mend) mend 327 arch/x86/kernel/crash.c cmem->ranges[0].end = mend; mend 44 arch/x86/kernel/machine_kexec_64.c unsigned long mstart, mend; mend 47 arch/x86/kernel/machine_kexec_64.c mend = mstart + resource_size(res) - 1; mend 49 arch/x86/kernel/machine_kexec_64.c return kernel_ident_mapping_init(data->info, data->level4p, mstart, mend); mend 91 arch/x86/kernel/machine_kexec_64.c unsigned long mstart, mend; mend 100 arch/x86/kernel/machine_kexec_64.c mend = mstart + sizeof(efi_system_table_64_t); mend 102 arch/x86/kernel/machine_kexec_64.c mend = mstart + sizeof(efi_system_table_32_t); mend 107 arch/x86/kernel/machine_kexec_64.c return kernel_ident_mapping_init(info, level4p, mstart, mend); mend 202 arch/x86/kernel/machine_kexec_64.c unsigned long mstart, mend; mend 220 arch/x86/kernel/machine_kexec_64.c mend = pfn_mapped[i].end << PAGE_SHIFT; mend 223 arch/x86/kernel/machine_kexec_64.c level4p, mstart, mend); mend 236 arch/x86/kernel/machine_kexec_64.c mend = mstart + image->segment[i].memsz; mend 239 arch/x86/kernel/machine_kexec_64.c level4p, mstart, mend); mend 99 arch/x86/power/hibernate_64.c unsigned long mstart, mend; mend 116 arch/x86/power/hibernate_64.c mend = pfn_mapped[i].end << PAGE_SHIFT; mend 118 arch/x86/power/hibernate_64.c result = kernel_ident_mapping_init(&info, pgd, mstart, mend); mend 249 drivers/hwtracing/stm/core.c unsigned int *mstart, unsigned int mend, mend 256 drivers/hwtracing/stm/core.c for (midx = *mstart; midx <= mend; midx++) { mend 285 drivers/hwtracing/stm/core.c unsigned int midx, cidx, mend, cend; mend 299 drivers/hwtracing/stm/core.c stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); mend 307 drivers/hwtracing/stm/core.c ret = stm_find_master_chan(stm, width, &midx, mend, &cidx, cend); mend 51 drivers/hwtracing/stm/policy.c unsigned int *mstart, unsigned int *mend, mend 55 drivers/hwtracing/stm/policy.c *mend = policy_node->last_master; mend 57 drivers/hwtracing/stm/stm.h unsigned int *mstart, unsigned int *mend, mend 2241 drivers/media/usb/uvc/uvc_ctrl.c const struct uvc_control_mapping *mend = mend 2263 drivers/media/usb/uvc/uvc_ctrl.c for (; mapping < mend; ++mapping) { mend 112 drivers/misc/fastrpc.c u64 mend; mend 390 drivers/misc/fastrpc.c ctx->olaps[i].mend = ctx->olaps[i].end; mend 396 drivers/misc/fastrpc.c ctx->olaps[i].mend = 0; mend 401 drivers/misc/fastrpc.c ctx->olaps[i].mend = ctx->olaps[i].end; mend 705 drivers/misc/fastrpc.c size += (ctx->olaps[i].mend - ctx->olaps[i].mstart); mend 808 drivers/misc/fastrpc.c mlen = ctx->olaps[oix].mend - ctx->olaps[oix].mstart; mend 495 drivers/xen/gntdev.c unsigned long mstart, mend; mend 505 drivers/xen/gntdev.c mend = min(end, map->vma->vm_end); mend 509 drivers/xen/gntdev.c start, end, mstart, mend); mend 512 drivers/xen/gntdev.c (mend - mstart) >> PAGE_SHIFT); mend 216 include/linux/kexec.h unsigned long long mend); mend 169 kernel/kexec_core.c unsigned long mstart, mend; mend 172 kernel/kexec_core.c mend = mstart + image->segment[i].memsz; mend 173 kernel/kexec_core.c if (mstart > mend) mend 175 kernel/kexec_core.c if ((mstart & ~PAGE_MASK) || (mend & ~PAGE_MASK)) mend 177 kernel/kexec_core.c if (mend >= KEXEC_DESTINATION_MEMORY_LIMIT) mend 187 kernel/kexec_core.c unsigned long mstart, mend; mend 191 kernel/kexec_core.c mend = mstart + image->segment[i].memsz; mend 198 kernel/kexec_core.c if ((mend > pstart) && (mstart < pend)) mend 240 kernel/kexec_core.c unsigned long mstart, mend; mend 243 kernel/kexec_core.c mend = mstart + image->segment[i].memsz - 1; mend 246 kernel/kexec_core.c (mend > phys_to_boot_phys(crashk_res.end))) mend 288 kernel/kexec_core.c unsigned long mstart, mend; mend 291 kernel/kexec_core.c mend = mstart + image->segment[i].memsz; mend 292 kernel/kexec_core.c if ((end > mstart) && (start < mend)) mend 456 kernel/kexec_core.c unsigned long mstart, mend; mend 459 kernel/kexec_core.c mend = mstart + image->segment[i].memsz - 1; mend 460 kernel/kexec_core.c if ((hole_end >= mstart) && (hole_start <= mend)) { mend 462 kernel/kexec_core.c hole_start = (mend + (size - 1)) & ~(size - 1); mend 560 kernel/kexec_file.c phys_addr_t mstart, mend; mend 568 kernel/kexec_file.c &mstart, &mend, NULL) { mend 575 kernel/kexec_file.c res.end = mend - 1; mend 582 kernel/kexec_file.c &mstart, &mend, NULL) { mend 589 kernel/kexec_file.c res.end = mend - 1; mend 1170 kernel/kexec_file.c unsigned long long mstart, unsigned long long mend) mend 1180 kernel/kexec_file.c if (mstart > end || mend < start) mend 1186 kernel/kexec_file.c if (mend > end) mend 1187 kernel/kexec_file.c mend = end; mend 1190 kernel/kexec_file.c if (mstart == start && mend == end) { mend 1206 kernel/kexec_file.c if (mstart > start && mend < end) { mend 1209 kernel/kexec_file.c temp_range.start = mend + 1; mend 1214 kernel/kexec_file.c mem->ranges[i].start = mend + 1; mend 1249 kernel/kexec_file.c unsigned long mstart, mend; mend 1317 kernel/kexec_file.c mend = mem->ranges[i].end; mend 1325 kernel/kexec_file.c phdr->p_filesz = phdr->p_memsz = mend - mstart + 1;