/arch/mips/include/asm/ |
D | pgtable.h | 205 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } in pte_dirty() function 261 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
|
/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/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/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/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/score/include/asm/ |
D | pgtable.h | 194 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/arm/include/asm/ |
D | pgtable.h | 210 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) macro
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 264 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/um/include/asm/ |
D | pgtable.h | 164 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/tile/include/asm/ |
D | pgtable.h | 192 #define pte_dirty hv_pte_get_dirty macro
|
/arch/avr32/include/asm/ |
D | pgtable.h | 200 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/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/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/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/sparc/include/asm/ |
D | pgtable_32.h | 196 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
D | pgtable_64.h | 532 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 347 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
|
/arch/parisc/include/asm/ |
D | pgtable.h | 339 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/arch/frv/include/asm/ |
D | pgtable.h | 378 static inline int pte_dirty(pte_t pte) { return (pte).pte & _PAGE_DIRTY; } in pte_dirty() function
|