tag | line | file | source code |
---|---|---|---|
_PAGE_DIRTY | 177 | include/asm-alpha/pgtable.h | #define _PAGE_DIRTY 0x20000 |
_PAGE_DIRTY | 214 | include/asm-i386/pgtable.h | #define _PAGE_DIRTY 0x040 |
_PAGE_DIRTY | 99 | include/asm-m68k/pgtable.h | #define _PAGE_DIRTY 0x010 |
_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 |