tag | line | file | source code |
PAGE_COPY | 103 | fs/binfmt_elf.c | mpnt->vm_page_prot = PAGE_COPY; |
PAGE_COPY | 323 | fs/exec.c | mpnt->vm_page_prot = PAGE_COPY; |
PAGE_COPY | 80 | include/asm-i386/pgtable.h | #define __P010 PAGE_COPY |
PAGE_COPY | 81 | include/asm-i386/pgtable.h | #define __P011 PAGE_COPY |
PAGE_COPY | 84 | include/asm-i386/pgtable.h | #define __P110 PAGE_COPY |
PAGE_COPY | 85 | include/asm-i386/pgtable.h | #define __P111 PAGE_COPY |
PAGE_COPY | 99 | include/asm-mips/page.h | #define __P010 PAGE_COPY |
PAGE_COPY | 100 | include/asm-mips/page.h | #define __P011 PAGE_COPY |
PAGE_COPY | 103 | include/asm-mips/page.h | #define __P110 PAGE_COPY |
PAGE_COPY | 104 | include/asm-mips/page.h | #define __P111 PAGE_COPY |
PAGE_COPY | 83 | include/asm-sparc/pgtable.h | #define __P010 PAGE_COPY |
PAGE_COPY | 84 | include/asm-sparc/pgtable.h | #define __P011 PAGE_COPY |
PAGE_COPY | 87 | include/asm-sparc/pgtable.h | #define __P110 PAGE_COPY |
PAGE_COPY | 88 | include/asm-sparc/pgtable.h | #define __P111 PAGE_COPY |
PAGE_COPY | 581 | mm/memory.c | set_pte(pte, pte_mkwrite(pte_mkdirty(mk_pte(page, PAGE_COPY)))); |