/Linux-v6.1/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 78 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/Linux-v6.1/arch/mips/include/asm/ |
D | pgtable.h | 282 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 346 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 29 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | pgtable.h | 86 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 137 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
D | motorola_pgtable.h | 149 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
D | mcf_pgtable.h | 171 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | pgtable.h | 279 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v6.1/arch/csky/include/asm/ |
D | pgtable.h | 151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v6.1/arch/um/include/asm/ |
D | pgtable.h | 134 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v6.1/arch/arm/include/asm/ |
D | pgtable.h | 183 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 219 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
D | pgtable_64.h | 584 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v6.1/arch/openrisc/include/asm/ |
D | pgtable.h | 217 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v6.1/arch/alpha/include/asm/ |
D | pgtable.h | 250 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v6.1/arch/microblaze/include/asm/ |
D | pgtable.h | 245 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | pgtable.h | 248 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v6.1/arch/sh/include/asm/ |
D | pgtable_32.h | 341 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 380 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | pgtable.h | 330 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | pgtable.h | 336 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | pgtable.h | 276 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | pgtable.h | 317 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v6.1/fs/proc/ |
D | task_mmu.c | 1784 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | pgtable.h | 125 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
|