Searched refs:nstart (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/mm/kmsan/ |
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.12.1/mm/ |
D | mseal.c | 103 unsigned long nstart = start; in check_mm_seal() local 109 if (vma->vm_start > nstart) in check_mm_seal() 116 nstart = vma->vm_end; in check_mm_seal() 127 unsigned long nstart; in apply_mm_seal() local 141 nstart = start; in apply_mm_seal() 151 error = mseal_fixup(&vmi, vma, &prev, nstart, tmp, newflags); in apply_mm_seal() 154 nstart = vma_iter_end(&vmi); in apply_mm_seal()
|
D | mprotect.c | 712 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local 780 nstart = start; in do_mprotect_pkey() 833 error = vma->vm_ops->mprotect(vma, nstart, tmp, newflags); in do_mprotect_pkey() 838 error = mprotect_fixup(&vmi, &tlb, vma, &prev, nstart, tmp, newflags); in do_mprotect_pkey() 843 nstart = tmp; in do_mprotect_pkey()
|
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()
|
D | gup.c | 1991 unsigned long end, nstart, nend; in __mm_populate() local 1998 for (nstart = start; nstart < end; nstart = nend) { in __mm_populate() 2006 vma = find_vma_intersection(mm, nstart, end); in __mm_populate() 2007 } else if (nstart >= vma->vm_end) in __mm_populate() 2019 if (nstart < vma->vm_start) in __mm_populate() 2020 nstart = vma->vm_start; in __mm_populate() 2026 ret = populate_vma_page_range(vma, nstart, nend, &locked); in __mm_populate() 2034 nend = nstart + ret * PAGE_SIZE; in __mm_populate()
|
D | huge_memory.c | 2944 unsigned long nstart = next->vm_start; in vma_adjust_trans_huge() local 2945 nstart += adjust_next; in vma_adjust_trans_huge() 2946 split_huge_pmd_if_needed(next, nstart); in vma_adjust_trans_huge()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_trace.h | 5176 __field(xfs_fsblock_t, nstart) 5193 __entry->nstart = new->br_startblock; 5205 __entry->noff, __entry->nstart, __entry->ncount,
|