taglinefilesource code
PAGE_COPY138arch/sparc/mm/init.cprotection_map[2] = PAGE_COPY;
PAGE_COPY139arch/sparc/mm/init.cprotection_map[3] = PAGE_COPY;
PAGE_COPY142arch/sparc/mm/init.cprotection_map[6] = PAGE_COPY;
PAGE_COPY143arch/sparc/mm/init.cprotection_map[7] = PAGE_COPY;
PAGE_COPY299fs/exec.cmpnt->vm_page_prot = PAGE_COPY;
PAGE_COPY225include/asm-i386/pgtable.h#define __P010  PAGE_COPY
PAGE_COPY226include/asm-i386/pgtable.h#define __P011  PAGE_COPY
PAGE_COPY229include/asm-i386/pgtable.h#define __P110  PAGE_COPY
PAGE_COPY230include/asm-i386/pgtable.h#define __P111  PAGE_COPY
PAGE_COPY140include/asm-mips/pgtable.h#define __P010  PAGE_COPY
PAGE_COPY141include/asm-mips/pgtable.h#define __P011  PAGE_COPY
PAGE_COPY144include/asm-mips/pgtable.h#define __P110  PAGE_COPY
PAGE_COPY145include/asm-mips/pgtable.h#define __P111  PAGE_COPY
PAGE_COPY130include/asm-ppc/pgtable.h#define __P010  PAGE_COPY
PAGE_COPY131include/asm-ppc/pgtable.h#define __P011  PAGE_COPY
PAGE_COPY134include/asm-ppc/pgtable.h#define __P110  PAGE_COPY
PAGE_COPY135include/asm-ppc/pgtable.h#define __P111  PAGE_COPY
PAGE_COPY563mm/memory.cset_pte(pte, pte_mkwrite(pte_mkdirty(mk_pte(page, PAGE_COPY))));