taglinefilesource code
PAGE_COPY103fs/binfmt_elf.cmpnt->vm_page_prot = PAGE_COPY;
PAGE_COPY311fs/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_COPY83include/asm-sparc/pgtable.h#define __P010  PAGE_COPY
PAGE_COPY84include/asm-sparc/pgtable.h#define __P011  PAGE_COPY
PAGE_COPY87include/asm-sparc/pgtable.h#define __P110  PAGE_COPY
PAGE_COPY88include/asm-sparc/pgtable.h#define __P111  PAGE_COPY
PAGE_COPY602mm/memory.cset_pte(pte, pte_mkwrite(pte_mkdirty(mk_pte(page, PAGE_COPY))));