tag | line | file | source code |
---|---|---|---|
_PAGE_COW | 52 | include/asm-alpha/pgtable.h | #define _PAGE_COW 0x10000 |
_PAGE_COW | 49 | include/asm-i386/pgtable.h | #define _PAGE_COW 0x200 /* implemented in software (one of the AVL bits) */ |
_PAGE_COW | 58 | include/asm-mips/page.h | #define _PAGE_COW (1<<1) /* implemented in software */ |
_PAGE_COW | 54 | include/asm-sparc/pgtable.h | #define _PAGE_COW 0x00800000 /* COW page, hardware ignores this bit (untested) */ |