| tag | line | file | source code |
|---|---|---|---|
| protection_map | 85 | include/linux/mm.h | extern pgprot_t protection_map[16]; |
| protection_map | 39 | mm/mmap.c | pgprot_t protection_map[16] = { |
| protection_map | 140 | mm/mmap.c | vma->vm_page_prot = protection_map[vma->vm_flags & 0x0f]; |
| protection_map | 157 | mm/mprotect.c | newprot = protection_map[newflags & 0xf]; |