| tag | line | file | source code |
|---|---|---|---|
| PROT_READ | 4 | include/asm-alpha/mman.h | #define PROT_READ 0x1 /* page can be read */ |
| PROT_READ | 4 | include/asm-i386/mman.h | #define PROT_READ 0x1 /* page can be read */ |
| PROT_READ | 4 | include/asm-ppc/mman.h | #define PROT_READ 0x1 /* page can be read */ |
| PROT_READ | 7 | include/asm-sparc/mman.h | #define PROT_READ 0x1 /* page can be read */ |