/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 51 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/arch/mips/include/asm/ |
D | pgtable.h | 278 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 349 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
/arch/nios2/include/asm/ |
D | pgtable.h | 112 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 335 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 168 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
D | motorola_pgtable.h | 169 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
D | mcf_pgtable.h | 236 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 257 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
D | pgtable_32.h | 341 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 177 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
|
/arch/csky/include/asm/ |
D | pgtable.h | 183 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/arc/include/asm/ |
D | pgtable.h | 297 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 147 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/arm/include/asm/ |
D | pgtable.h | 230 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/arch/riscv/include/asm/ |
D | pgtable.h | 230 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/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
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 216 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
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 268 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 237 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/arch/nds32/include/asm/ |
D | pgtable.h | 259 #define pte_dirty(pte) (pte_val(pte) & _PAGE_D) macro
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 386 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 335 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/arch/ia64/include/asm/ |
D | pgtable.h | 299 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 379 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|