| /linux/arch/arc/include/asm/ |
| H A D | pgtable-bits-arcv2.h | 81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
| /linux/arch/csky/include/asm/ |
| H A D | pgtable.h | 151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 279 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 135 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
| H A D | motorola_pgtable.h | 147 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| H A D | mcf_pgtable.h | 167 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgtable.h | 89 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 139 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 247 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| /linux/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 251 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 203 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 217 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| H A D | pgtable_64.h | 359 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 340 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 315 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 395 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux/fs/proc/ |
| H A D | task_mmu.c | 3136 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 175 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
|