tag | line | file | source code |
PAGE_COPY | 316 | arch/m68k/mm/init.c | protection_map[2] = PAGE_COPY; |
PAGE_COPY | 317 | arch/m68k/mm/init.c | protection_map[3] = PAGE_COPY; |
PAGE_COPY | 320 | arch/m68k/mm/init.c | protection_map[6] = PAGE_COPY; |
PAGE_COPY | 321 | arch/m68k/mm/init.c | protection_map[7] = PAGE_COPY; |
PAGE_COPY | 138 | arch/sparc/mm/init.c | protection_map[2] = PAGE_COPY; |
PAGE_COPY | 139 | arch/sparc/mm/init.c | protection_map[3] = PAGE_COPY; |
PAGE_COPY | 142 | arch/sparc/mm/init.c | protection_map[6] = PAGE_COPY; |
PAGE_COPY | 143 | arch/sparc/mm/init.c | protection_map[7] = PAGE_COPY; |
PAGE_COPY | 299 | fs/exec.c | mpnt->vm_page_prot = PAGE_COPY; |
PAGE_COPY | 232 | include/asm-i386/pgtable.h | #define __P010 PAGE_COPY |
PAGE_COPY | 233 | include/asm-i386/pgtable.h | #define __P011 PAGE_COPY |
PAGE_COPY | 236 | include/asm-i386/pgtable.h | #define __P110 PAGE_COPY |
PAGE_COPY | 237 | include/asm-i386/pgtable.h | #define __P111 PAGE_COPY |
PAGE_COPY | 128 | include/asm-m68k/pgtable.h | #define __P010 PAGE_COPY |
PAGE_COPY | 129 | include/asm-m68k/pgtable.h | #define __P011 PAGE_COPY |
PAGE_COPY | 132 | include/asm-m68k/pgtable.h | #define __P110 PAGE_COPY |
PAGE_COPY | 133 | include/asm-m68k/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 | 568 | mm/memory.c | set_pte(pte, pte_mkwrite(pte_mkdirty(mk_pte(page, PAGE_COPY)))); |