Home
last modified time | relevance | path

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

12

/arch/powerpc/include/asm/nohash/
Dpgtable.h51 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/mips/include/asm/
Dpgtable.h278 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/
Dpgtable.h112 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/arch/hexagon/include/asm/
Dpgtable.h335 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/m68k/include/asm/
Dsun3_pgtable.h168 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/sh/include/asm/
Dpgtable_64.h257 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
Dpgtable_32.h341 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
/arch/unicore32/include/asm/
Dpgtable.h177 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
/arch/csky/include/asm/
Dpgtable.h183 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/arc/include/asm/
Dpgtable.h297 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/arch/um/include/asm/
Dpgtable.h147 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/arch/arm/include/asm/
Dpgtable.h230 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
/arch/riscv/include/asm/
Dpgtable.h230 static inline int pte_dirty(pte_t pte) 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/sparc/include/asm/
Dpgtable_32.h216 static inline int pte_dirty(pte_t pte) in pte_dirty() function
Dpgtable_64.h607 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
/arch/xtensa/include/asm/
Dpgtable.h268 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/openrisc/include/asm/
Dpgtable.h237 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/nds32/include/asm/
Dpgtable.h259 #define pte_dirty(pte) (pte_val(pte) & _PAGE_D) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h386 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
/arch/microblaze/include/asm/
Dpgtable.h335 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/arch/ia64/include/asm/
Dpgtable.h299 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
/arch/parisc/include/asm/
Dpgtable.h379 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function

12