/arch/nios2/include/asm/ |
D | pgtable-bits.h | 32 #define _PAGE_DIRTY (1<<27) /* dirty page */ macro
|
/arch/riscv/include/asm/ |
D | pgtable-bits.h | 24 #define _PAGE_DIRTY (1 << 7) /* Set by hardware on any write */ macro
|
/arch/powerpc/include/asm/book3s/32/ |
D | hash.h | 27 #define _PAGE_DIRTY 0x080 /* C: page changed */ macro
|
/arch/csky/abiv2/inc/abi/ |
D | pgtable-bits.h | 24 #define _PAGE_DIRTY (1<<2) macro
|
/arch/csky/abiv1/inc/abi/ |
D | pgtable-bits.h | 24 #define _PAGE_DIRTY (1<<8) macro
|
/arch/powerpc/include/asm/nohash/32/ |
D | pte-44x.h | 79 #define _PAGE_DIRTY 0x00000010 /* S: Page dirty */ macro
|
D | pte-fsl-booke.h | 23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */ macro
|
D | pte-40x.h | 48 #define _PAGE_DIRTY 0x080 /* software: dirty page */ macro
|
D | pte-8xx.h | 36 #define _PAGE_DIRTY 0x0100 /* C: page changed */ macro
|
/arch/powerpc/include/asm/nohash/ |
D | pte-book3e.h | 37 #define _PAGE_DIRTY 0x001000 /* C: page changed */ macro
|
/arch/arc/include/asm/ |
D | pgtable.h | 62 #define _PAGE_DIRTY (1<<6) /* Page modified (dirty) (S) */ macro 74 #define _PAGE_DIRTY (1<<5) /* Page modified (dirty) (S) */ macro
|
/arch/mips/include/asm/ |
D | pgtable-bits.h | 165 #define _PAGE_DIRTY (1 << _PAGE_DIRTY_SHIFT) macro
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 47 #define _PAGE_DIRTY (1<<1) macro
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 114 #define _PAGE_DIRTY 0x400 /* software: page accessed in write */ macro
|
D | pgtable_32.h | 44 #define _PAGE_DIRTY 0x004 /* D-bit : page changed */ macro
|
/arch/m68k/include/asm/ |
D | motorola_pgtable.h | 14 #define _PAGE_DIRTY 0x010 macro
|
D | mcf_pgtable.h | 54 #define _PAGE_DIRTY (CF_PAGE_DIRTY) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 19 #define _PAGE_DIRTY 0x100 macro
|
/arch/alpha/include/asm/ |
D | pgtable.h | 75 #define _PAGE_DIRTY 0x20000 macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 161 #define _PAGE_DIRTY (1<<7) /* software: page dirty */ macro
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 147 #define _PAGE_DIRTY _PAGE_D macro
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 48 #define _PAGE_DIRTY (_AT(pteval_t, 1) << _PAGE_BIT_DIRTY) macro
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 213 #define _PAGE_DIRTY 0x080 /* software: dirty page */ macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 218 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT)) macro
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 26 #define _PAGE_DIRTY 0x00080 /* C: page changed */ macro
|