/arch/powerpc/include/asm/ |
D | pgtable.h | 32 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 | 235 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } in pte_dirty() function 291 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
|
/arch/cris/include/asm/ |
D | pgtable.h | 115 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 169 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/score/include/asm/ |
D | pgtable.h | 194 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 261 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
D | pgtable_32.h | 344 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 356 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 179 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 164 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/m32r/include/asm/ |
D | pgtable.h | 194 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/avr32/include/asm/ |
D | pgtable.h | 200 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/arm/include/asm/ |
D | pgtable.h | 217 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) macro
|
/arch/arc/include/asm/ |
D | pgtable.h | 309 #define pte_dirty(pte) (pte_val(pte) & _PAGE_MODIFIED) macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 218 static 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 | 213 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 241 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } 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/metag/include/asm/ |
D | pgtable.h | 220 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/arch/tile/include/asm/ |
D | pgtable.h | 197 #define pte_dirty hv_pte_get_dirty macro
|
/arch/arm64/include/asm/ |
D | pgtable.h | 134 #define pte_dirty(pte) (!!(pte_val(pte) & PTE_DIRTY)) macro
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 341 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/arch/mn10300/include/asm/ |
D | pgtable.h | 239 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|