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_COPY173include/asm-i386/pgtable.h#define __P010  PAGE_COPY
PAGE_COPY174include/asm-i386/pgtable.h#define __P011  PAGE_COPY
PAGE_COPY177include/asm-i386/pgtable.h#define __P110  PAGE_COPY
PAGE_COPY178include/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_COPY568mm/memory.cset_pte(pte, pte_mkwrite(pte_mkdirty(mk_pte(page, PAGE_COPY))));