/linux-4.1.27/include/asm-generic/ |
D | hugetlb.h | 16 return pte_dirty(pte); in huge_pte_dirty()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | hugetlb.h | 93 return pte_dirty(pte); in huge_pte_dirty()
|
D | pgtable.h | 790 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.1.27/arch/powerpc/mm/ |
D | hugetlbpage-book3e.c | 128 if (!pte_dirty(pte)) in book3e_hugetlb_preload()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 142 #define pte_dirty(pte) (!!(pte_val(pte) & PTE_DIRTY)) macro 222 if (pte_dirty(pte) && pte_write(pte)) in set_pte_at() 289 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
/linux-4.1.27/arch/m68k/mm/ |
D | mcfmmu.c | 133 if (!pte_dirty(*pte) && !KMAPAREA(mmuar)) in cf_tlb_miss()
|
/linux-4.1.27/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.1.27/fs/proc/ |
D | task_mmu.c | 503 smaps_account(mss, page, PAGE_SIZE, pte_young(*pte), pte_dirty(*pte)); in smaps_pte_entry() 1362 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument 1368 if (pte_dirty || PageDirty(page)) in gather_stats() 1427 gather_stats(page, md, pte_dirty(huge_pte), in gather_pte_stats() 1440 gather_stats(page, md, pte_dirty(*pte), 1); in gather_pte_stats() 1461 gather_stats(page, md, pte_dirty(*pte), 1); in gather_hugetlb_stats()
|
/linux-4.1.27/arch/sparc/mm/ |
D | tlb.c | 108 pte_dirty(orig)) { in tlb_batch_add()
|
/linux-4.1.27/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 77 !pte_write(*pte) || !pte_dirty(*pte))) { in pin_page_for_write()
|
/linux-4.1.27/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 | 504 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
|
/linux-4.1.27/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.1.27/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 | 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.1.27/arch/um/kernel/ |
D | tlb.c | 201 } else if (!pte_dirty(*pte)) in update_pte_range() 415 } else if (!pte_dirty(*pte)) { in flush_tlb_page()
|
D | trap.c | 119 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
/linux-4.1.27/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.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 111 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
|
/linux-4.1.27/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.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 179 #define pte_dirty(pte) (pte_val(pte) & PTE_DIRTY) macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 288 #define pte_dirty(pte) (pte_val(pte) & _PAGE_MODIFIED) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable.h | 191 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 182 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | pgtable.h | 349 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 196 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.1.27/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.1.27/arch/um/include/asm/ |
D | pgtable.h | 149 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.1.27/arch/m68k/kernel/ |
D | sys_m68k.c | 481 if (!pte_present(*pte) || !pte_dirty(*pte) in sys_atomic_cmpxchg_32()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 257 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.1.27/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 | 562 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function 660 return pte_dirty(pte); in pmd_dirty()
|
/linux-4.1.27/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.1.27/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.1.27/arch/arm/include/asm/ |
D | pgtable.h | 226 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
|
/linux-4.1.27/mm/ |
D | mprotect.c | 102 if (dirty_accountable && pte_dirty(ptent) && in change_pte_range()
|
D | rmap.c | 878 if (pte_dirty(*pte) || pte_write(*pte)) { in page_mkclean_one() 1219 if (pte_dirty(pteval)) in try_to_unmap_one()
|
D | ksm.c | 881 if (pte_write(*ptep) || pte_dirty(*ptep)) { in write_protect_page() 904 if (pte_dirty(entry)) in write_protect_page()
|
D | gup.c | 86 !pte_dirty(pte) && !PageDirty(page)) in follow_page_pte()
|
D | memory.c | 1118 if (pte_dirty(ptent)) { in zap_pte_range()
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 197 #define pte_dirty hv_pte_get_dirty macro
|
/linux-4.1.27/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.1.27/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.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 352 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 298 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 659 if (!pte_present(*pte) || !pte_write(*pte) || !pte_dirty(*pte)) { in arm_syscall()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 93 static inline int pte_dirty(pte_t pte) in pte_dirty() function
|
/linux-4.1.27/drivers/lguest/ |
D | page_tables.c | 513 if (pte_dirty(gpte)) in demand_page()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | grufault.c | 246 (write && (!pte_write(pte) || !pte_dirty(pte))))) in atomic_pte_lookup()
|