taglinefilesource code
newflags54mm/mprotect.cint newflags, int prot)
newflags56mm/mprotect.cvma->vm_flags = newflags;
newflags64mm/mprotect.cint newflags, int prot)
newflags75mm/mprotect.cn->vm_flags = newflags;
newflags86mm/mprotect.cint newflags, int prot)
newflags97mm/mprotect.cn->vm_flags = newflags;
newflags108mm/mprotect.cint newflags, int prot)
newflags128mm/mprotect.cvma->vm_flags = newflags;
newflags139mm/mprotect.cunsigned long start, unsigned long end, unsigned int newflags)
newflags143mm/mprotect.cif (newflags == vma->vm_flags)
newflags146mm/mprotect.cif (newflags & (VM_READ | VM_EXEC))
newflags148mm/mprotect.cif (newflags & VM_WRITE)
newflags149mm/mprotect.cif (newflags & VM_SHARED)
newflags156mm/mprotect.cerror = mprotect_fixup_all(vma, newflags, prot);
newflags158mm/mprotect.cerror = mprotect_fixup_start(vma, end, newflags, prot);
newflags160mm/mprotect.cerror = mprotect_fixup_end(vma, start, newflags, prot);
newflags162mm/mprotect.cerror = mprotect_fixup_middle(vma, start, end, newflags, prot);
newflags197mm/mprotect.cunsigned int newflags;
newflags199mm/mprotect.cnewflags = prot | (vma->vm_flags & ~(PROT_READ | PROT_WRITE | PROT_EXEC));
newflags200mm/mprotect.cif ((newflags & ~(newflags >> 4)) & 0xf)
newflags204mm/mprotect.creturn mprotect_fixup(vma, start, end, newflags);
newflags207mm/mprotect.cerror = mprotect_fixup(vma, start, tmp, newflags);