taglinefilesource code
newflags88mm/mprotect.cint newflags, pgprot_t prot)
newflags90mm/mprotect.cvma->vm_flags = newflags;
newflags97mm/mprotect.cint newflags, pgprot_t prot)
newflags108mm/mprotect.cn->vm_flags = newflags;
newflags120mm/mprotect.cint newflags, pgprot_t prot)
newflags131mm/mprotect.cn->vm_flags = newflags;
newflags143mm/mprotect.cint newflags, pgprot_t prot)
newflags163mm/mprotect.cvma->vm_flags = newflags;
newflags177mm/mprotect.cunsigned long start, unsigned long end, unsigned int newflags)
newflags182mm/mprotect.cif (newflags == vma->vm_flags)
newflags184mm/mprotect.cnewprot = protection_map[newflags & 0xf];
newflags187mm/mprotect.cerror = mprotect_fixup_all(vma, newflags, newprot);
newflags189mm/mprotect.cerror = mprotect_fixup_start(vma, end, newflags, newprot);
newflags191mm/mprotect.cerror = mprotect_fixup_end(vma, start, newflags, newprot);
newflags193mm/mprotect.cerror = mprotect_fixup_middle(vma, start, end, newflags, newprot);
newflags223mm/mprotect.cunsigned int newflags;
newflags227mm/mprotect.cnewflags = prot | (vma->vm_flags & ~(PROT_READ | PROT_WRITE | PROT_EXEC));
newflags228mm/mprotect.cif ((newflags & ~(newflags >> 4)) & 0xf) {
newflags234mm/mprotect.cerror = mprotect_fixup(vma, nstart, end, newflags);
newflags240mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);