/linux-6.1.9/arch/nios2/include/asm/ |
D | pgtable-bits.h | 32 #define _PAGE_DIRTY (1<<27) /* dirty page */ macro
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | pgtable-bits.h | 18 #define _PAGE_DIRTY (1 << 7) /* Set by hardware on any write */ macro
|
/linux-6.1.9/arch/csky/abiv2/inc/abi/ |
D | pgtable-bits.h | 16 #define _PAGE_DIRTY (1<<2) macro
|
/linux-6.1.9/arch/csky/abiv1/inc/abi/ |
D | pgtable-bits.h | 16 #define _PAGE_DIRTY (1<<8) macro
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ |
D | pte-44x.h | 79 #define _PAGE_DIRTY 0x00000010 /* S: Page dirty */ macro
|
D | pte-40x.h | 47 #define _PAGE_DIRTY 0x080 /* software: dirty page */ macro
|
D | pte-85xx.h | 23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */ macro
|
D | pte-8xx.h | 36 #define _PAGE_DIRTY 0x0100 /* C: page changed */ macro
|
/linux-6.1.9/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 24 #define _PAGE_DIRTY (1 << 5) /* Modified (s) */ macro
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgtable-bits.h | 38 #define _PAGE_DIRTY (_ULCAST_(1) << _PAGE_DIRTY_SHIFT) macro
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/ |
D | pte-e500.h | 37 #define _PAGE_DIRTY 0x001000 /* C: page changed */ macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgtable-bits.h | 181 #define _PAGE_DIRTY (1 << _PAGE_DIRTY_SHIFT) macro
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | pgtable.h | 46 #define _PAGE_DIRTY (1<<1) macro
|
/linux-6.1.9/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
|
/linux-6.1.9/arch/um/include/asm/ |
D | pgtable.h | 19 #define _PAGE_DIRTY 0x100 macro
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | pgtable.h | 158 #define _PAGE_DIRTY (1<<7) /* software: page dirty */ macro
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | pgtable.h | 145 #define _PAGE_DIRTY _PAGE_D macro
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | pgtable.h | 152 #define _PAGE_DIRTY 0x080 /* software: dirty page */ macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | pgtable.h | 74 #define _PAGE_DIRTY 0x20000 macro
|
/linux-6.1.9/arch/sh/include/asm/ |
D | pgtable_32.h | 44 #define _PAGE_DIRTY 0x004 /* D-bit : page changed */ macro
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 28 #define _PAGE_DIRTY 0x080 /* C: page changed */ macro
|
/linux-6.1.9/arch/x86/include/asm/ |
D | pgtable_types.h | 47 #define _PAGE_DIRTY (_AT(pteval_t, 1) << _PAGE_BIT_DIRTY) macro
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | pgtable.h | 220 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT)) macro
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 26 #define _PAGE_DIRTY 0x00080 /* C: page changed */ macro
|