Home
last modified time | relevance | path

Searched defs:pte_dirty (Results 1 – 25 of 28) sorted by relevance

12

/arch/mips/include/asm/
Dpgtable.h205 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/
Dpgtable.h32 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/m68k/include/asm/
Dsun3_pgtable.h169 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
Dmotorola_pgtable.h169 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
Dmcf_pgtable.h236 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/cris/include/asm/
Dpgtable.h115 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
/arch/hexagon/include/asm/
Dpgtable.h356 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/unicore32/include/asm/
Dpgtable.h179 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
/arch/score/include/asm/
Dpgtable.h194 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/arm/include/asm/
Dpgtable.h210 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) macro
/arch/sh/include/asm/
Dpgtable_64.h264 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
Dpgtable_32.h344 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
/arch/um/include/asm/
Dpgtable.h164 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/tile/include/asm/
Dpgtable.h192 #define pte_dirty hv_pte_get_dirty macro
/arch/avr32/include/asm/
Dpgtable.h200 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/m32r/include/asm/
Dpgtable.h194 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/xtensa/include/asm/
Dpgtable.h218 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/alpha/include/asm/
Dpgtable.h269 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/openrisc/include/asm/
Dpgtable.h241 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/sparc/include/asm/
Dpgtable_32.h196 static inline int pte_dirty(pte_t pte) in pte_dirty() function
Dpgtable_64.h532 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
/arch/microblaze/include/asm/
Dpgtable.h347 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/mn10300/include/asm/
Dpgtable.h239 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/parisc/include/asm/
Dpgtable.h339 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/frv/include/asm/
Dpgtable.h378 static inline int pte_dirty(pte_t pte) { return (pte).pte & _PAGE_DIRTY; } in pte_dirty() function

12