tag | line | file | source code |
---|---|---|---|
nstart | 203 | mm/mprotect.c | unsigned long nstart, end, tmp; |
nstart | 221 | mm/mprotect.c | for (nstart = start ; ; ) { |
nstart | 233 | mm/mprotect.c | error = mprotect_fixup(vma, nstart, end, newflags); |
nstart | 239 | mm/mprotect.c | error = mprotect_fixup(vma, nstart, tmp, newflags); |
nstart | 242 | mm/mprotect.c | nstart = tmp; |
nstart | 244 | mm/mprotect.c | if (!vma || vma->vm_start != nstart) { |