Searched defs:pte_dirty (Results 1 - 25 of 31) sorted by relevance

12

/arch/powerpc/include/asm/
H A Dpgtable.h34 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/arch/cris/include/asm/
H A Dpgtable.h115 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
/arch/arc/include/asm/
H A Dpgtable.h298 #define pte_dirty(pte) (pte_val(pte) & _PAGE_MODIFIED) macro
/arch/hexagon/include/asm/
H A Dpgtable.h355 /* pte_dirty - "is PTE dirty?" */
356 static inline int pte_dirty(pte_t pte) function
/arch/m68k/include/asm/
H A Dsun3_pgtable.h169 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } function
H A Dmcf_pgtable.h236 static inline int pte_dirty(pte_t pte) function
H A Dmotorola_pgtable.h169 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/arch/mips/include/asm/
H A Dpgtable.h232 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function
288 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
/arch/score/include/asm/
H A Dpgtable.h191 static inline int pte_dirty(pte_t pte) function
/arch/sh/include/asm/
H A Dpgtable_32.h344 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
H A Dpgtable_64.h261 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/arch/um/include/asm/
H A Dpgtable.h162 static inline int pte_dirty(pte_t pte) function
/arch/unicore32/include/asm/
H A Dpgtable.h179 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
/arch/alpha/include/asm/
H A Dpgtable.h269 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/arch/arm/include/asm/
H A Dpgtable.h226 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
/arch/avr32/include/asm/
H A Dpgtable.h200 static inline int pte_dirty(pte_t pte) function
/arch/m32r/include/asm/
H A Dpgtable.h194 static inline int pte_dirty(pte_t pte) function
/arch/metag/include/asm/
H A Dpgtable.h220 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/arch/microblaze/include/asm/
H A Dpgtable.h338 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/arch/openrisc/include/asm/
H A Dpgtable.h241 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/arch/sparc/include/asm/
H A Dpgtable_32.h214 static inline int pte_dirty(pte_t pte) function
/arch/xtensa/include/asm/
H A Dpgtable.h260 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/arch/arm64/include/asm/
H A Dpgtable.h141 #define pte_dirty(pte) (!!(pte_val(pte) & PTE_DIRTY)) macro
221 if (pte_dirty(pte) && pte_write(pte))
/arch/frv/include/asm/
H A Dpgtable.h378 static inline int pte_dirty(pte_t pte) { return (pte).pte & _PAGE_DIRTY; } function
/arch/ia64/include/asm/
H A Dpgtable.h301 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro

Completed in 225 milliseconds

12