taglinefilesource code
newflags87mm/mprotect.cint newflags, pgprot_t prot)
newflags89mm/mprotect.cvma->vm_flags = newflags;
newflags96mm/mprotect.cint newflags, pgprot_t prot)
newflags107mm/mprotect.cn->vm_flags = newflags;
newflags119mm/mprotect.cint newflags, pgprot_t prot)
newflags130mm/mprotect.cn->vm_flags = newflags;
newflags142mm/mprotect.cint newflags, pgprot_t prot)
newflags162mm/mprotect.cvma->vm_flags = newflags;
newflags176mm/mprotect.cunsigned long start, unsigned long end, unsigned int newflags)
newflags181mm/mprotect.cif (newflags == vma->vm_flags)
newflags183mm/mprotect.cnewprot = protection_map[newflags & 0xf];
newflags186mm/mprotect.cerror = mprotect_fixup_all(vma, newflags, newprot);
newflags188mm/mprotect.cerror = mprotect_fixup_start(vma, end, newflags, newprot);
newflags190mm/mprotect.cerror = mprotect_fixup_end(vma, start, newflags, newprot);
newflags192mm/mprotect.cerror = mprotect_fixup_middle(vma, start, end, newflags, newprot);
newflags222mm/mprotect.cunsigned int newflags;
newflags226mm/mprotect.cnewflags = prot | (vma->vm_flags & ~(PROT_READ | PROT_WRITE | PROT_EXEC));
newflags227mm/mprotect.cif ((newflags & ~(newflags >> 4)) & 0xf) {
newflags233mm/mprotect.cerror = mprotect_fixup(vma, nstart, end, newflags);
newflags239mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);