/Linux-v5.15/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 96 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/Linux-v5.15/arch/mips/include/asm/ |
D | pgtable.h | 300 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 364 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 49 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v5.15/arch/nios2/include/asm/ |
D | pgtable.h | 105 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 159 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
D | motorola_pgtable.h | 177 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
D | mcf_pgtable.h | 230 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v5.15/arch/csky/include/asm/ |
D | pgtable.h | 170 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v5.15/arch/hexagon/include/asm/ |
D | pgtable.h | 301 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v5.15/arch/um/include/asm/ |
D | pgtable.h | 150 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v5.15/arch/arm/include/asm/ |
D | pgtable.h | 198 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/Linux-v5.15/arch/openrisc/include/asm/ |
D | pgtable.h | 235 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | pgtable.h | 266 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | pgtable_32.h | 233 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
D | pgtable_64.h | 603 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v5.15/arch/microblaze/include/asm/ |
D | pgtable.h | 262 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | pgtable.h | 266 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v5.15/arch/nds32/include/asm/ |
D | pgtable.h | 248 #define pte_dirty(pte) (pte_val(pte) & _PAGE_D) macro
|
/Linux-v5.15/arch/sh/include/asm/ |
D | pgtable_32.h | 341 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 392 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | pgtable.h | 342 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | pgtable.h | 293 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | pgtable.h | 292 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | pgtable.h | 111 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
|
/Linux-v5.15/fs/proc/ |
D | task_mmu.c | 1713 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
|