taglinefilesource code
_PAGE_COW52include/asm-alpha/pgtable.h#define _PAGE_COW  0x10000
_PAGE_COW63include/asm-i386/pgtable.h#define _PAGE_COW  0x200  /* implemented in software (one of the AVL bits) */
_PAGE_COW64include/asm-mips/page.h#define _PAGE_COW                   (1<<1)  /* implemented in software */
_PAGE_COW113include/asm-ppc/pgtable.h#define _PAGE_COW  0x200  /* implemented in software (one of the AVL bits) */