Searched refs:old_start (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/radix-tree/
H A Dmain.c55 unsigned long old_start; local
60 old_start = start;
63 if (start < old_start)
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c138 uint64_t old_start, new_start; local
145 old_start = (u64)old_mem->start << PAGE_SHIFT;
150 old_start += rdev->mc.vram_start;
153 old_start += rdev->mc.gtt_start;
178 fence = radeon_copy(rdev, old_start, new_start, num_pages, bo->base.resv);
/linux-master/arch/x86/mm/
H A Dinit.c482 unsigned long old_start; local
487 old_start = mr[i].start;
490 mr[i--].start = old_start;
/linux-master/fs/
H A Dexec.c687 unsigned long old_start = vma->vm_start; local
689 unsigned long length = old_end - old_start;
690 unsigned long new_start = old_start - shift;
716 if (length != move_page_tables(vma, old_start,
723 if (new_end > old_start) {
731 * otherwise, clean from old_start; this is done to not touch
732 * the address space in [new_end, old_start) some architectures
736 free_pgd_range(&tlb, old_start, old_end, new_end,
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c926 uint64_t old_start, uint64_t old_n,
938 d = (new_start - old_start) * size;
943 d = (new_start == old_start) ? new_n * size : 0;
1082 uint64_t old_start = prange->start; local
1088 old_start, old_last, start, last);
1090 if (old_start != start && old_last != last)
1092 if (start < old_start || last > old_last)
1096 if (old_start == start)
1099 *new = svm_range_new(svms, old_start, start - 1, false);
1106 r, old_start, old_las
925 svm_range_split_array(void *ppnew, void *ppold, size_t size, uint64_t old_start, uint64_t old_n, uint64_t new_start, uint64_t new_n, uint64_t *new_vram_pages) argument
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c2991 int old_start, old_stop, format_step; local
3001 old_start = fdata->start_unit;
3098 fdata->start_unit = old_start;

Completed in 154 milliseconds