Symbol: _PAGE_DIRTY
arch/alpha/include/asm/pgtable.h
74
#define _PAGE_DIRTY 0x20000
arch/arc/include/asm/pgtable-bits-arcv2.h
24
#define _PAGE_DIRTY (1 << 5) /* Modified (s) */
arch/csky/abiv1/inc/abi/pgtable-bits.h
19
#define _PAGE_DIRTY (1<<8)
arch/csky/abiv2/inc/abi/pgtable-bits.h
19
#define _PAGE_DIRTY (1<<2)
arch/hexagon/include/asm/pgtable.h
46
#define _PAGE_DIRTY (1<<1)
arch/loongarch/include/asm/pgtable-bits.h
70
#define _PAGE_DIRTY (_ULCAST_(1) << _PAGE_DIRTY_SHIFT)
arch/m68k/include/asm/mcf_pgtable.h
57
#define _PAGE_DIRTY (CF_PAGE_DIRTY)
arch/m68k/include/asm/motorola_pgtable.h
14
#define _PAGE_DIRTY 0x010
arch/microblaze/include/asm/pgtable.h
151
#define _PAGE_DIRTY 0x080 /* software: dirty page */
arch/mips/include/asm/pgtable-bits.h
181
#define _PAGE_DIRTY (1 << _PAGE_DIRTY_SHIFT)
arch/nios2/include/asm/pgtable-bits.h
32
#define _PAGE_DIRTY (1<<27) /* dirty page */
arch/openrisc/include/asm/pgtable.h
145
#define _PAGE_DIRTY _PAGE_D
arch/parisc/include/asm/pgtable.h
196
#define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT))
arch/powerpc/include/asm/book3s/32/pgtable.h
28
#define _PAGE_DIRTY 0x080 /* C: page changed */
arch/powerpc/include/asm/book3s/64/pgtable.h
24
#define _PAGE_DIRTY 0x00080 /* C: page changed */
arch/powerpc/include/asm/nohash/32/pte-44x.h
69
#define _PAGE_DIRTY 0x00000010 /* S: Page dirty */
arch/powerpc/include/asm/nohash/32/pte-8xx.h
36
#define _PAGE_DIRTY 0x0100 /* C: page changed */
arch/powerpc/include/asm/nohash/pte-e500.h
23
#define _PAGE_DIRTY 0x001000 /* C: page changed */
arch/riscv/include/asm/pgtable-bits.h
18
#define _PAGE_DIRTY (1 << 7) /* Set by hardware on any write */
arch/s390/include/asm/pgtable.h
190
#define _PAGE_DIRTY 0x008 /* SW pte dirty bit */
arch/sh/include/asm/pgtable_32.h
44
#define _PAGE_DIRTY 0x004 /* D-bit : page changed */
arch/um/include/asm/pgtable.h
19
#define _PAGE_DIRTY 0x100
arch/x86/include/asm/pgtable_types.h
57
#define _PAGE_DIRTY (_AT(pteval_t, 1) << _PAGE_BIT_DIRTY)
arch/xtensa/include/asm/pgtable.h
158
#define _PAGE_DIRTY (1<<7) /* software: page dirty */
tools/testing/selftests/kvm/include/loongarch/processor.h
62
#define _PAGE_DIRTY BIT_ULL(_PAGE_DIRTY_SHIFT)