/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable.h | 35 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 286 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } in pte_dirty() function 335 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 111 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 115 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 349 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 179 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 167 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
|
D | motorola_pgtable.h | 168 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
D | mcf_pgtable.h | 235 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.4.14/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 | 340 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 126 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 182 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 191 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.4.14/arch/arc/include/asm/ |
D | pgtable.h | 298 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 149 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 196 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable.h | 226 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 215 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
D | pgtable_64.h | 578 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 268 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 240 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 261 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 197 #define pte_dirty hv_pte_get_dirty macro
|
/linux-4.4.14/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-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 240 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 375 static inline int pte_dirty(pte_t pte) { return (pte).pte & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 298 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 357 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 166 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 100 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 1388 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 852 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|