taglinefilesource code
newflags61mm/mprotect.cint newflags, pgprot_t prot)
newflags63mm/mprotect.cvma->vm_flags = newflags;
newflags70mm/mprotect.cint newflags, pgprot_t prot)
newflags81mm/mprotect.cn->vm_flags = newflags;
newflags93mm/mprotect.cint newflags, pgprot_t prot)
newflags104mm/mprotect.cn->vm_flags = newflags;
newflags116mm/mprotect.cint newflags, pgprot_t prot)
newflags136mm/mprotect.cvma->vm_flags = newflags;
newflags150mm/mprotect.cunsigned long start, unsigned long end, unsigned int newflags)
newflags155mm/mprotect.cif (newflags == vma->vm_flags)
newflags157mm/mprotect.cnewprot = protection_map[newflags & 0xf];
newflags160mm/mprotect.cerror = mprotect_fixup_all(vma, newflags, newprot);
newflags162mm/mprotect.cerror = mprotect_fixup_start(vma, end, newflags, newprot);
newflags164mm/mprotect.cerror = mprotect_fixup_end(vma, start, newflags, newprot);
newflags166mm/mprotect.cerror = mprotect_fixup_middle(vma, start, end, newflags, newprot);
newflags196mm/mprotect.cunsigned int newflags;
newflags200mm/mprotect.cnewflags = prot | (vma->vm_flags & ~(PROT_READ | PROT_WRITE | PROT_EXEC));
newflags201mm/mprotect.cif ((newflags & ~(newflags >> 4)) & 0xf) {
newflags207mm/mprotect.cerror = mprotect_fixup(vma, nstart, end, newflags);
newflags213mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);