tag | line | file | source code |
---|---|---|---|
_PAGE_DIRTY | 120 | include/asm-alpha/pgtable.h | #define _PAGE_DIRTY 0x20000 |
_PAGE_DIRTY | 207 | include/asm-i386/pgtable.h | #define _PAGE_DIRTY 0x040 |
_PAGE_DIRTY | 104 | include/asm-mips/pgtable.h | #define _PAGE_DIRTY (1<<8) /* The MIPS dirty bit */ |
_PAGE_DIRTY | 112 | include/asm-ppc/pgtable.h | #define _PAGE_DIRTY 0x040 |