Home
last modified time | relevance | path

Searched defs:_PAGE_DIRTY (Results 1 – 25 of 26) sorted by relevance

12

/arch/nios2/include/asm/
Dpgtable-bits.h32 #define _PAGE_DIRTY (1<<27) /* dirty page */ macro
/arch/riscv/include/asm/
Dpgtable-bits.h24 #define _PAGE_DIRTY (1 << 7) /* Set by hardware on any write */ macro
/arch/powerpc/include/asm/book3s/32/
Dhash.h27 #define _PAGE_DIRTY 0x080 /* C: page changed */ macro
/arch/csky/abiv2/inc/abi/
Dpgtable-bits.h24 #define _PAGE_DIRTY (1<<2) macro
/arch/csky/abiv1/inc/abi/
Dpgtable-bits.h24 #define _PAGE_DIRTY (1<<8) macro
/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h79 #define _PAGE_DIRTY 0x00000010 /* S: Page dirty */ macro
Dpte-fsl-booke.h23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */ macro
Dpte-40x.h48 #define _PAGE_DIRTY 0x080 /* software: dirty page */ macro
Dpte-8xx.h36 #define _PAGE_DIRTY 0x0100 /* C: page changed */ macro
/arch/powerpc/include/asm/nohash/
Dpte-book3e.h37 #define _PAGE_DIRTY 0x001000 /* C: page changed */ macro
/arch/arc/include/asm/
Dpgtable.h62 #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/
Dpgtable-bits.h165 #define _PAGE_DIRTY (1 << _PAGE_DIRTY_SHIFT) macro
/arch/hexagon/include/asm/
Dpgtable.h47 #define _PAGE_DIRTY (1<<1) macro
/arch/sh/include/asm/
Dpgtable_64.h114 #define _PAGE_DIRTY 0x400 /* software: page accessed in write */ macro
Dpgtable_32.h44 #define _PAGE_DIRTY 0x004 /* D-bit : page changed */ macro
/arch/m68k/include/asm/
Dmotorola_pgtable.h14 #define _PAGE_DIRTY 0x010 macro
Dmcf_pgtable.h54 #define _PAGE_DIRTY (CF_PAGE_DIRTY) macro
/arch/um/include/asm/
Dpgtable.h19 #define _PAGE_DIRTY 0x100 macro
/arch/alpha/include/asm/
Dpgtable.h75 #define _PAGE_DIRTY 0x20000 macro
/arch/xtensa/include/asm/
Dpgtable.h161 #define _PAGE_DIRTY (1<<7) /* software: page dirty */ macro
/arch/openrisc/include/asm/
Dpgtable.h147 #define _PAGE_DIRTY _PAGE_D macro
/arch/x86/include/asm/
Dpgtable_types.h48 #define _PAGE_DIRTY (_AT(pteval_t, 1) << _PAGE_BIT_DIRTY) macro
/arch/microblaze/include/asm/
Dpgtable.h213 #define _PAGE_DIRTY 0x080 /* software: dirty page */ macro
/arch/parisc/include/asm/
Dpgtable.h218 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT)) macro
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h26 #define _PAGE_DIRTY 0x00080 /* C: page changed */ macro

12