taglinefilesource code
PAGE_COPY123arch/sparc/mm/init.cprotection_map[2] = PAGE_COPY;
PAGE_COPY124arch/sparc/mm/init.cprotection_map[3] = PAGE_COPY;
PAGE_COPY127arch/sparc/mm/init.cprotection_map[6] = PAGE_COPY;
PAGE_COPY128arch/sparc/mm/init.cprotection_map[7] = PAGE_COPY;
PAGE_COPY103fs/binfmt_elf.cmpnt->vm_page_prot = PAGE_COPY;
PAGE_COPY324fs/exec.cmpnt->vm_page_prot = PAGE_COPY;
PAGE_COPY80include/asm-i386/pgtable.h#define __P010  PAGE_COPY
PAGE_COPY81include/asm-i386/pgtable.h#define __P011  PAGE_COPY
PAGE_COPY84include/asm-i386/pgtable.h#define __P110  PAGE_COPY
PAGE_COPY85include/asm-i386/pgtable.h#define __P111  PAGE_COPY
PAGE_COPY99include/asm-mips/page.h#define __P010  PAGE_COPY
PAGE_COPY100include/asm-mips/page.h#define __P011  PAGE_COPY
PAGE_COPY103include/asm-mips/page.h#define __P110  PAGE_COPY
PAGE_COPY104include/asm-mips/page.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_COPY552mm/memory.cset_pte(pte, pte_mkwrite(pte_mkdirty(mk_pte(page, PAGE_COPY))));