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

12

/linux-master/arch/nios2/include/asm/
H A Dpgtable-bits.h32 #define _PAGE_DIRTY (1<<27) /* dirty page */ macro
/linux-master/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h19 #define _PAGE_DIRTY (1<<2) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-bits.h18 #define _PAGE_DIRTY (1 << 7) /* Set by hardware on any write */ macro
/linux-master/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h19 #define _PAGE_DIRTY (1<<8) macro
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-40x.h47 #define _PAGE_DIRTY 0x080 /* software: dirty page */ macro
H A Dpte-44x.h69 #define _PAGE_DIRTY 0x00000010 /* S: Page dirty */ macro
H A Dpte-85xx.h23 #define _PAGE_DIRTY 0x00008 /* S: Page dirty */ macro
H A Dpte-8xx.h36 #define _PAGE_DIRTY 0x0100 /* C: page changed */ macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h24 #define _PAGE_DIRTY (1 << 5) /* Modified (s) */ macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h44 #define _PAGE_DIRTY (_ULCAST_(1) << _PAGE_DIRTY_SHIFT) macro
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h36 #define _PAGE_DIRTY 0x001000 /* C: page changed */ macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-bits.h181 #define _PAGE_DIRTY (1 << _PAGE_DIRTY_SHIFT) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h14 #define _PAGE_DIRTY 0x010 macro
H A Dmcf_pgtable.h57 #define _PAGE_DIRTY (CF_PAGE_DIRTY) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h46 #define _PAGE_DIRTY (1<<1) macro
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h44 #define _PAGE_DIRTY 0x004 /* D-bit : page changed */ macro
[all...]
/linux-master/arch/um/include/asm/
H A Dpgtable.h19 #define _PAGE_DIRTY 0x100 macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h145 #define _PAGE_DIRTY _PAGE_D macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h159 #define _PAGE_DIRTY (1<<7) /* software: page dirty */ macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h73 #define _PAGE_DIRTY 0x20000 macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h28 #define _PAGE_DIRTY 0x080 /* C: page changed */ macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h152 #define _PAGE_DIRTY 0x080 /* software: dirty page */ macro
[all...]
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h196 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h55 #define _PAGE_DIRTY (_AT(pteval_t, 1) << _PAGE_BIT_DIRTY) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h170 #define _PAGE_DIRTY 0x008 /* SW pte dirty bit */ macro
[all...]

Completed in 249 milliseconds

12