taglinefilesource code
newflags54mm/mprotect.cint newflags, int prot)
newflags56mm/mprotect.cvma->vm_flags = newflags;
newflags63mm/mprotect.cint newflags, int prot)
newflags74mm/mprotect.cn->vm_flags = newflags;
newflags86mm/mprotect.cint newflags, int prot)
newflags97mm/mprotect.cn->vm_flags = newflags;
newflags109mm/mprotect.cint newflags, int prot)
newflags129mm/mprotect.cvma->vm_flags = newflags;
newflags143mm/mprotect.cunsigned long start, unsigned long end, unsigned int newflags)
newflags147mm/mprotect.cif (newflags == vma->vm_flags)
newflags150mm/mprotect.cif (newflags & (VM_READ | VM_EXEC))
newflags152mm/mprotect.cif (newflags & VM_WRITE)
newflags153mm/mprotect.cif (newflags & VM_SHARED)
newflags160mm/mprotect.cerror = mprotect_fixup_all(vma, newflags, prot);
newflags162mm/mprotect.cerror = mprotect_fixup_start(vma, end, newflags, prot);
newflags164mm/mprotect.cerror = mprotect_fixup_end(vma, start, newflags, prot);
newflags166mm/mprotect.cerror = mprotect_fixup_middle(vma, start, end, newflags, prot);
newflags201mm/mprotect.cunsigned int newflags;
newflags205mm/mprotect.cnewflags = prot | (vma->vm_flags & ~(PROT_READ | PROT_WRITE | PROT_EXEC));
newflags206mm/mprotect.cif ((newflags & ~(newflags >> 4)) & 0xf) {
newflags212mm/mprotect.cerror = mprotect_fixup(vma, start, end, newflags);
newflags218mm/mprotect.cerror = mprotect_fixup(vma, start, tmp, newflags);