/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgtable.h | 306 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 370 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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 | 175 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
D | mcf_pgtable.h | 228 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | pgtable.h | 107 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | pgtable.h | 305 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | pgtable.h | 171 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | pgtable.h | 150 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | pgtable.h | 282 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable.h | 196 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | pgtable_32.h | 234 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
D | pgtable_64.h | 607 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | pgtable.h | 236 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | pgtable.h | 269 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 267 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | pgtable.h | 231 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | pgtable_32.h | 341 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | pgtable.h | 248 #define pte_dirty(pte) (pte_val(pte) & _PAGE_D) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 353 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | pgtable.h | 305 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | pgtable.h | 375 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pgtable.h | 299 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | pgtable.h | 119 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
|
/kernel/linux/linux-5.10/fs/proc/ |
D | task_mmu.c | 1755 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
|