| tag | line | file | source code | 
|---|
| prot | 14 | include/sys/mman.h | extern caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, | 
| prot | 44 | mm/mmap.c | mmap_chr(unsigned long addr, size_t len, int prot, int flags, | 
| prot | 79 | mm/mmap.c | if (remap_page_range(addr, off, len, PERMISS(flags, prot))) | 
| prot | 90 | mm/mmap.c | int prot, flags, fd; | 
| prot | 96 | mm/mmap.c | prot = (int)    get_fs_long(buffer+2);  /* protection */ | 
| prot | 115 | mm/mmap.c | if ((prot & PROT_WRITE) && !(file->f_mode & 2)) | 
| prot | 132 | mm/mmap.c | if (prot & PROT_EXEC) { | 
| prot | 171 | mm/mmap.c | addr = (unsigned long)mmap_chr(base + addr, len, prot, flags, |