taglinefilesource code
protection_map85include/linux/mm.hextern pgprot_t protection_map[16];
protection_map39mm/mmap.cpgprot_t protection_map[16] = {
protection_map140mm/mmap.cvma->vm_page_prot = protection_map[vma->vm_flags & 0x0f];
protection_map184mm/mprotect.cnewprot = protection_map[newflags & 0xf];