| /Linux-v5.4/arch/mips/include/asm/ | 
| D | pgtable.h | 278 static inline int pte_dirty(pte_t pte)	{ return pte.pte_low & _PAGE_MODIFIED; }  function349 static inline int pte_dirty(pte_t pte)	{ return pte_val(pte) & _PAGE_MODIFIED; }  function
 
 | 
| /Linux-v5.4/arch/powerpc/include/asm/nohash/ | 
| D | pgtable.h | 49 static inline int pte_dirty(pte_t pte)		{ return pte_val(pte) & _PAGE_DIRTY; }  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/nios2/include/asm/ | 
| D | pgtable.h | 112 static inline int pte_dirty(pte_t pte)		\  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | pgtable_64.h | 257 static inline int pte_dirty(pte_t pte)  { return pte_val(pte) & _PAGE_DIRTY; }  in pte_dirty()  function
 | 
| D | pgtable_32.h | 341 #define pte_dirty(pte)		((pte).pte_low & _PAGE_DIRTY)  macro
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | pgtable.h | 177 #define pte_dirty(pte)		(pte_val(pte) & PTE_DIRTY)  macro
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | sun3_pgtable.h | 168 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
 | 
| /Linux-v5.4/arch/hexagon/include/asm/ | 
| D | pgtable.h | 335 static inline int pte_dirty(pte_t pte)  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/um/include/asm/ | 
| D | pgtable.h | 147 static inline int pte_dirty(pte_t pte)  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | pgtable.h | 301 #define pte_dirty(pte)		(pte_val(pte) & _PAGE_DIRTY)  macro
 | 
| /Linux-v5.4/arch/csky/include/asm/ | 
| D | pgtable.h | 183 static inline int pte_dirty(pte_t pte)  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | pgtable_32.h | 216 static inline int pte_dirty(pte_t pte)  in pte_dirty()  function
 | 
| D | pgtable_64.h | 607 static inline unsigned long pte_dirty(pte_t pte)  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | pgtable.h | 230 static inline int pte_dirty(pte_t pte)  in pte_dirty()  function
 | 
| /Linux-v5.4/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
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | pgtable.h | 228 #define pte_dirty(pte)		(pte_isset((pte), L_PTE_DIRTY))  macro
 | 
| /Linux-v5.4/arch/openrisc/include/asm/ | 
| D | pgtable.h | 237 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; }  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | pgtable.h | 268 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; }  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/book3s/32/ | 
| D | pgtable.h | 384 static inline int pte_dirty(pte_t pte)		{ return !!(pte_val(pte) & _PAGE_DIRTY); }  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | pgtable.h | 259 #define pte_dirty(pte)		(pte_val(pte) & _PAGE_D)  macro
 | 
| /Linux-v5.4/arch/microblaze/include/asm/ | 
| D | pgtable.h | 335 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; }  in pte_dirty()  function
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | pgtable.h | 299 #define pte_dirty(pte)		((pte_val(pte) & _PAGE_D) != 0)  macro
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | pgtable.h | 379 static inline int pte_dirty(pte_t pte)		{ return pte_val(pte) & _PAGE_DIRTY; }  in pte_dirty()  function
 |