/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 282 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function 346 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 29 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 140 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
A D | motorola_pgtable.h | 152 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
A D | mcf_pgtable.h | 174 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 86 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 282 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 137 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 183 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 219 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
A D | pgtable_64.h | 587 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 220 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | pgtable.h | 253 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 252 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 248 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable_32.h | 341 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 407 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 365 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 263 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 324 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 317 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 460 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 127 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|