/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 316 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 380 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 19 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 112 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 180 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 260 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-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 348 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v4.19/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-v4.19/arch/um/include/asm/ |
D | pgtable.h | 149 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v4.19/arch/arc/include/asm/ |
D | pgtable.h | 304 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 300 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 205 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v4.19/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 | 637 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
/Linux-v4.19/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-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 228 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 259 #define pte_dirty(pte) (pte_val(pte) & _PAGE_D) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 272 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 337 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 299 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 358 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 105 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
|