Searched refs:nstart (Results 1 – 4 of 4) sorted by relevance
| /mm/kmsan/ |
| A D | init.c | 32 u64 nstart = (u64)start, nend = (u64)end, cstart, cend; in kmsan_record_future_shadow_range() local 36 KMSAN_WARN_ON((nstart >= nend) || in kmsan_record_future_shadow_range() 38 (!IS_ENABLED(CONFIG_S390) && !nstart) || !nend); in kmsan_record_future_shadow_range() 39 nstart = ALIGN_DOWN(nstart, PAGE_SIZE); in kmsan_record_future_shadow_range() 52 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range() 56 start_end_pairs[i].start = min(nstart, cstart); in kmsan_record_future_shadow_range() 63 start_end_pairs[future_index].start = nstart; in kmsan_record_future_shadow_range()
|
| /mm/ |
| A D | mlock.c | 517 unsigned long nstart, end, tmp; in apply_vma_lock_flags() local 536 nstart = start; in apply_vma_lock_flags() 551 error = mlock_fixup(&vmi, vma, &prev, nstart, tmp, newflags); in apply_vma_lock_flags() 555 nstart = tmp; in apply_vma_lock_flags()
|
| A D | mprotect.c | 864 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local 932 nstart = start; in do_mprotect_pkey() 985 error = vma->vm_ops->mprotect(vma, nstart, tmp, newflags); in do_mprotect_pkey() 990 error = mprotect_fixup(&vmi, &tlb, vma, &prev, nstart, tmp, newflags); in do_mprotect_pkey() 995 nstart = tmp; in do_mprotect_pkey()
|
| A D | gup.c | 1948 unsigned long end, nstart, nend; in __mm_populate() local 1955 for (nstart = start; nstart < end; nstart = nend) { in __mm_populate() 1963 vma = find_vma_intersection(mm, nstart, end); in __mm_populate() 1964 } else if (nstart >= vma->vm_end) in __mm_populate() 1976 if (nstart < vma->vm_start) in __mm_populate() 1977 nstart = vma->vm_start; in __mm_populate() 1983 ret = populate_vma_page_range(vma, nstart, nend, &locked); in __mm_populate() 1991 nend = nstart + ret * PAGE_SIZE; in __mm_populate()
|
Completed in 25 milliseconds