| /linux/kernel/ |
| A D | kexec_core.c | 170 unsigned long mstart, mend; in sanity_check_segment_list() local 173 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list() 174 if (mstart > mend) in sanity_check_segment_list() 188 unsigned long mstart, mend; in sanity_check_segment_list() local 192 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list() 199 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list() 241 unsigned long mstart, mend; in sanity_check_segment_list() local 289 unsigned long mstart, mend; in kimage_is_destination_range() local 292 mend = mstart + image->segment[i].memsz; in kimage_is_destination_range() 293 if ((end > mstart) && (start < mend)) in kimage_is_destination_range() [all …]
|
| A D | kexec_file.c | 553 phys_addr_t mstart, mend; in kexec_walk_memblock() local 566 &mstart, &mend, NULL) { in kexec_walk_memblock() 573 res.end = mend - 1; in kexec_walk_memblock() 580 &mstart, &mend, NULL) { in kexec_walk_memblock() 587 res.end = mend - 1; in kexec_walk_memblock() 1192 p_end = mend; in crash_exclude_mem_range() 1194 if (mstart > end || mend < start) in crash_exclude_mem_range() 1200 if (mend > end) in crash_exclude_mem_range() 1272 unsigned long mstart, mend; in crash_prepare_elf64_headers() local 1340 mend = mem->ranges[i].end; in crash_prepare_elf64_headers() [all …]
|
| /linux/arch/x86/kernel/ |
| A D | machine_kexec_64.c | 44 unsigned long mstart, mend; in mem_region_callback() local 47 mend = mstart + resource_size(res) - 1; in mem_region_callback() 91 unsigned long mstart, mend; in map_efi_systab() local 100 mend = mstart + sizeof(efi_system_table_64_t); in map_efi_systab() 102 mend = mstart + sizeof(efi_system_table_32_t); in map_efi_systab() 107 return kernel_ident_mapping_init(info, level4p, mstart, mend); in map_efi_systab() 202 unsigned long mstart, mend; in init_pgtable() local 220 mend = pfn_mapped[i].end << PAGE_SHIFT; in init_pgtable() 223 level4p, mstart, mend); in init_pgtable() 236 mend = mstart + image->segment[i].memsz; in init_pgtable() [all …]
|
| A D | crash.c | 304 unsigned long long mend) in memmap_exclude_ranges() argument 309 cmem->ranges[0].end = mend; in memmap_exclude_ranges()
|
| /linux/arch/x86/power/ |
| A D | hibernate_64.c | 99 unsigned long mstart, mend; in set_up_temporary_mappings() local 116 mend = pfn_mapped[i].end << PAGE_SHIFT; in set_up_temporary_mappings() 118 result = kernel_ident_mapping_init(&info, pgd, mstart, mend); in set_up_temporary_mappings()
|
| /linux/arch/powerpc/kexec/ |
| A D | ranges.c | 211 u64 mstart, mend, end; in add_mem_range() local 224 mend = mem_rngs->ranges[i].end; in add_mem_range() 225 if (base < mend && end > mstart) { in add_mem_range() 228 if (end > mend) in add_mem_range()
|
| /linux/arch/powerpc/kernel/ |
| A D | fadump.c | 494 phys_addr_t mstart, mend; in fadump_locate_reserve_mem() local 500 &mstart, &mend, NULL) { in fadump_locate_reserve_mem() 502 i, mstart, mend, base); in fadump_locate_reserve_mem() 507 while ((mend > base) && ((mend - base) >= size)) { in fadump_locate_reserve_mem() 1684 u64 i, mstart, mend, msize; in fadump_reserve_crash_area() local 1686 for_each_mem_range(i, &mstart, &mend) { in fadump_reserve_crash_area() 1687 msize = mend - mstart; in fadump_reserve_crash_area()
|
| /linux/arch/powerpc/mm/ |
| A D | slice.c | 70 unsigned long mend = min(end, in slice_range_to_mask() local 73 ret->low_slices = (1u << (GET_LOW_SLICE_INDEX(mend) + 1)) in slice_range_to_mask() 146 unsigned long mend = min(end, in slice_check_range_fits() local 149 low_slices = (1u << (GET_LOW_SLICE_INDEX(mend) + 1)) in slice_check_range_fits()
|
| /linux/drivers/hwtracing/stm/ |
| A D | stm.h | 57 unsigned int *mstart, unsigned int *mend,
|
| A D | core.c | 249 unsigned int *mstart, unsigned int mend, in stm_find_master_chan() argument 256 for (midx = *mstart; midx <= mend; midx++) { in stm_find_master_chan() 285 unsigned int midx, cidx, mend, cend; in stm_output_assign() local 299 stp_policy_node_get_ranges(policy_node, &midx, &mend, &cidx, &cend); in stm_output_assign() 307 ret = stm_find_master_chan(stm, width, &midx, mend, &cidx, cend); in stm_output_assign()
|
| A D | policy.c | 51 unsigned int *mstart, unsigned int *mend, in stp_policy_node_get_ranges() argument 55 *mend = policy_node->last_master; in stp_policy_node_get_ranges()
|
| /linux/drivers/xen/ |
| A D | gntdev.c | 475 unsigned long mstart, mend; in gntdev_invalidate() local 492 mend = min(range->end, map->vma->vm_end); in gntdev_invalidate() 496 range->start, range->end, mstart, mend); in gntdev_invalidate() 499 (mend - mstart) >> PAGE_SHIFT); in gntdev_invalidate()
|
| /linux/drivers/misc/ |
| A D | fastrpc.c | 137 u64 mend; member 421 ctx->olaps[i].mend = ctx->olaps[i].end; in fastrpc_get_buff_overlaps() 427 ctx->olaps[i].mend = 0; in fastrpc_get_buff_overlaps() 432 ctx->olaps[i].mend = ctx->olaps[i].end; in fastrpc_get_buff_overlaps() 733 size += (ctx->olaps[oix].mend - ctx->olaps[oix].mstart); in fastrpc_get_payload_size() 838 mlen = ctx->olaps[oix].mend - ctx->olaps[oix].mstart; in fastrpc_get_args()
|
| /linux/include/linux/ |
| A D | kexec.h | 223 unsigned long long mend);
|
| /linux/arch/powerpc/xmon/ |
| A D | xmon.c | 3194 static unsigned mend; variable 3207 scanhex((void *)&mend); in memlocate() 3217 for (a = mdest; a < mend; a += 4) { in memlocate()
|
| /linux/drivers/media/usb/uvc/ |
| A D | uvc_ctrl.c | 2379 const struct uvc_control_mapping *mend = in uvc_ctrl_init_ctrl() local 2408 for (; mapping < mend; ++mapping) { in uvc_ctrl_init_ctrl()
|