taglinefilesource code
_PAGE_DIRTY51include/asm-alpha/pgtable.h#define _PAGE_DIRTY  0x20000
_PAGE_DIRTY47include/asm-i386/pgtable.h#define _PAGE_DIRTY  0x040
_PAGE_DIRTY59include/asm-mips/page.h#define _PAGE_DIRTY                 (1<<2)  /* implemented in software */
_PAGE_DIRTY52include/asm-sparc/pgtable.h#define _PAGE_DIRTY     0x01000000   /* Page has been modified, is dirty */