taglinefilesource code
_PAGE_COW115include/asm-alpha/pgtable.h#define _PAGE_COW  0x10000
_PAGE_COW156include/asm-i386/pgtable.h#define _PAGE_COW  0x200  /* implemented in software (one of the AVL bits) */
_PAGE_COW96include/asm-mips/pgtable.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) */