| /linux-4.4.14/include/asm-generic/ |
| D | hugetlb.h | 16 return pte_dirty(pte); in huge_pte_dirty()
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | hugetlb.h | 89 return pte_dirty(pte); in huge_pte_dirty()
|
| D | pgtable.h | 852 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux-4.4.14/arch/arc/include/asm/ |
| D | hugepage.h | 39 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
| D | pgtable.h | 298 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
|
| /linux-4.4.14/arch/powerpc/mm/ |
| D | hugetlbpage-book3e.c | 128 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
|
| /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 285 VM_WARN_ONCE(pte_write(*ptep) && !pte_dirty(pte), in set_pte_at() 351 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
| /linux-4.4.14/arch/m68k/mm/ |
| D | mcfmmu.c | 133 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
|
| /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 349 if (!pte_dirty(*ptep)) in ptep_test_and_clear_dirty()
|
| /linux-4.4.14/arch/sparc/mm/ |
| D | tlb.c | 118 pte_dirty(orig)) { in tlb_batch_add()
|
| /linux-4.4.14/fs/proc/ |
| D | task_mmu.c | 519 smaps_account(mss, page, PAGE_SIZE, pte_young(*pte), pte_dirty(*pte)); in smaps_pte_entry() 1388 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument 1394 if (pte_dirty || PageDirty(page)) in gather_stats() 1493 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1515 gather_stats(page, md, pte_dirty(huge_pte), 1); in gather_hugetlb_stats()
|
| /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/arm/lib/ |
| D | uaccess_with_memcpy.c | 77 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
|
| /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
|
| D | pgtable-ppc64.h | 516 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | mmu_context.h | 140 if (!pte_dirty(*pte) && mmuar <= PAGE_OFFSET) in load_ksp_mmu()
|
| 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 | mcf_pgtable.h | 235 static inline int pte_dirty(pte_t pte) 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
|
| /linux-4.4.14/arch/um/kernel/ |
| D | tlb.c | 211 } else if (!pte_dirty(*pte)) in update_pte_range() 425 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
|
| D | trap.c | 120 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
| /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/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/m32r/include/asm/ |
| D | pgtable.h | 191 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/score/include/asm/ |
| D | pgtable.h | 182 static inline int pte_dirty(pte_t pte) 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/avr32/include/asm/ |
| D | pgtable.h | 196 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/mm/ |
| D | rmap.c | 989 if (pte_dirty(*pte) || pte_write(*pte)) { in page_mkclean_one() 1349 set_tlb_ubc_flush_pending(mm, page, pte_dirty(pteval)); in try_to_unmap_one() 1355 if (pte_dirty(pteval)) in try_to_unmap_one()
|
| D | mprotect.c | 104 if (dirty_accountable && pte_dirty(ptent) && in change_pte_range()
|
| D | ksm.c | 882 if (pte_write(*ptep) || pte_dirty(*ptep)) { in write_protect_page() 905 if (pte_dirty(entry)) in write_protect_page()
|
| D | gup.c | 123 !pte_dirty(pte) && !PageDirty(page)) in follow_page_pte()
|
| D | memory.c | 1159 if (pte_dirty(ptent)) { in zap_pte_range()
|
| /linux-4.4.14/arch/m68k/kernel/ |
| D | sys_m68k.c | 481 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
|
| /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/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 676 return pte_dirty(pte); in pmd_dirty()
|
| /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/arm/include/asm/ |
| D | pgtable.h | 226 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
| /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/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/x86/include/asm/ |
| D | pgtable.h | 100 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
| /linux-4.4.14/drivers/lguest/ |
| D | page_tables.c | 513 if (pte_dirty(gpte)) in demand_page()
|
| /linux-4.4.14/drivers/misc/sgi-gru/ |
| D | grufault.c | 246 (write && (!pte_write(pte) || !pte_dirty(pte))))) in atomic_pte_lookup()
|