| tag | line | file | source code |
|---|---|---|---|
| nstart | 177 | mm/mprotect.c | unsigned long nstart, end, tmp; |
| nstart | 195 | mm/mprotect.c | for (nstart = start ; ; ) { |
| nstart | 207 | mm/mprotect.c | error = mprotect_fixup(vma, nstart, end, newflags); |
| nstart | 213 | mm/mprotect.c | error = mprotect_fixup(vma, nstart, tmp, newflags); |
| nstart | 216 | mm/mprotect.c | nstart = tmp; |
| nstart | 218 | mm/mprotect.c | if (!vma || vma->vm_start != nstart) { |