Searched refs:nstart (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/mm/kmsan/ |
| H 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) || in kmsan_record_future_shadow_range() 40 nstart = ALIGN_DOWN(nstart, PAGE_SIZE); in kmsan_record_future_shadow_range() 53 if ((cstart < nstart && cend < nstart) || in kmsan_record_future_shadow_range() 57 start_end_pairs[i].start = min(nstart, cstart); in kmsan_record_future_shadow_range() 64 start_end_pairs[future_index].start = nstart; in kmsan_record_future_shadow_range()
|
| /linux-6.15/mm/ |
| H A D | mseal.c | 104 unsigned long nstart = start; in check_mm_seal() local 110 if (vma->vm_start > nstart) in check_mm_seal() 117 nstart = vma->vm_end; in check_mm_seal() 128 unsigned long nstart; in apply_mm_seal() local 142 nstart = start; in apply_mm_seal() 152 error = mseal_fixup(&vmi, vma, &prev, nstart, tmp, newflags); in apply_mm_seal() 155 nstart = vma_iter_end(&vmi); in apply_mm_seal()
|
| H A D | mprotect.c | 706 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local 774 nstart = start; in do_mprotect_pkey() 827 error = vma->vm_ops->mprotect(vma, nstart, tmp, newflags); in do_mprotect_pkey() 832 error = mprotect_fixup(&vmi, &tlb, vma, &prev, nstart, tmp, newflags); in do_mprotect_pkey() 837 nstart = tmp; in do_mprotect_pkey()
|
| H A D | mlock.c | 519 unsigned long nstart, end, tmp; in apply_vma_lock_flags() local 538 nstart = start; in apply_vma_lock_flags() 553 error = mlock_fixup(&vmi, vma, &prev, nstart, tmp, newflags); in apply_vma_lock_flags() 557 nstart = tmp; in apply_vma_lock_flags()
|
| H A D | gup.c | 1997 unsigned long end, nstart, nend; in __mm_populate() local 2004 for (nstart = start; nstart < end; nstart = nend) { in __mm_populate() 2012 vma = find_vma_intersection(mm, nstart, end); in __mm_populate() 2013 } else if (nstart >= vma->vm_end) in __mm_populate() 2025 if (nstart < vma->vm_start) in __mm_populate() 2026 nstart = vma->vm_start; in __mm_populate() 2032 ret = populate_vma_page_range(vma, nstart, nend, &locked); in __mm_populate() 2040 nend = nstart + ret * PAGE_SIZE; in __mm_populate()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_trace.h | 5504 __field(xfs_fsblock_t, nstart) 5521 __entry->nstart = new->br_startblock; 5533 __entry->noff, __entry->nstart, __entry->ncount,
|