/openbmc/linux/arch/arc/include/asm/ |
H A D | pgtable-bits-arcv2.h | 81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 31 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 292 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 356 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 86 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 141 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 | 153 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
H A D | mcf_pgtable.h | 173 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 282 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/openbmc/linux/arch/um/include/asm/ |
H A D | pgtable.h | 137 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 185 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 220 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 252 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 248 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/openbmc/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 | 361 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 253 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 340 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 407 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 375 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & (_PAGE_DIRTY | _PAGE_MODIFIED); } in pte_dirty() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 264 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/openbmc/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
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 380 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 126 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
|
/openbmc/linux/fs/proc/ |
H A D | task_mmu.c | 1794 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
|