tag | line | file | source code |
PAGE_COPY | 123 | arch/sparc/mm/init.c | protection_map[2] = PAGE_COPY; |
PAGE_COPY | 124 | arch/sparc/mm/init.c | protection_map[3] = PAGE_COPY; |
PAGE_COPY | 127 | arch/sparc/mm/init.c | protection_map[6] = PAGE_COPY; |
PAGE_COPY | 128 | arch/sparc/mm/init.c | protection_map[7] = PAGE_COPY; |
PAGE_COPY | 103 | fs/binfmt_elf.c | mpnt->vm_page_prot = PAGE_COPY; |
PAGE_COPY | 326 | fs/exec.c | mpnt->vm_page_prot = PAGE_COPY; |
PAGE_COPY | 172 | include/asm-i386/pgtable.h | #define __P010 PAGE_COPY |
PAGE_COPY | 173 | include/asm-i386/pgtable.h | #define __P011 PAGE_COPY |
PAGE_COPY | 176 | include/asm-i386/pgtable.h | #define __P110 PAGE_COPY |
PAGE_COPY | 177 | include/asm-i386/pgtable.h | #define __P111 PAGE_COPY |
PAGE_COPY | 140 | include/asm-mips/pgtable.h | #define __P010 PAGE_COPY |
PAGE_COPY | 141 | include/asm-mips/pgtable.h | #define __P011 PAGE_COPY |
PAGE_COPY | 144 | include/asm-mips/pgtable.h | #define __P110 PAGE_COPY |
PAGE_COPY | 145 | include/asm-mips/pgtable.h | #define __P111 PAGE_COPY |
PAGE_COPY | 130 | include/asm-ppc/pgtable.h | #define __P010 PAGE_COPY |
PAGE_COPY | 131 | include/asm-ppc/pgtable.h | #define __P011 PAGE_COPY |
PAGE_COPY | 134 | include/asm-ppc/pgtable.h | #define __P110 PAGE_COPY |
PAGE_COPY | 135 | include/asm-ppc/pgtable.h | #define __P111 PAGE_COPY |
PAGE_COPY | 569 | mm/memory.c | set_pte(pte, pte_mkwrite(pte_mkdirty(mk_pte(page, PAGE_COPY)))); |