Searched refs:pmd_write (Results 1 – 14 of 14) sorted by relevance
211 #define pmd_write(pmd) (pmd_isclear((pmd), L_PMD_SECT_RDONLY)) macro214 #define pud_write(pud) pmd_write(__pmd(pud_val(pud)))216 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))265 if (pmd_write(pmd) && pmd_dirty(pmd)) in set_pmd_at()
242 #define pmd_savedwrite pmd_write359 (pmd_present(pmd) && (!(write) || pmd_write(pmd)))889 #ifndef pmd_write890 static inline int pmd_write(pmd_t pmd) in pmd_write() function
33 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) macro
532 #define pmd_write pmd_write macro533 static inline int pmd_write(pmd_t pmd) function
753 #define pmd_write pmd_write macro754 static inline int pmd_write(pmd_t pmd) in pmd_write() function1597 if (pmd_write(pmd)) in pmdp_set_wrprotect()
700 #define pmd_write pmd_write macro701 static inline unsigned long pmd_write(pmd_t pmd) in pmd_write() function
1175 #define pmd_write pmd_write macro1176 static inline int pmd_write(pmd_t pmd) in pmd_write() function
948 if (flags & FOLL_WRITE && !pmd_write(*pmd)) in follow_devmap_pmd()1460 return pmd_write(pmd) || in can_follow_write_pmd()1936 preserve_write = prot_numa && pmd_write(*pmd); in change_huge_pmd()1999 BUG_ON(vma_is_anonymous(vma) && !preserve_write && pmd_write(entry)); in change_huge_pmd()2224 write = pmd_write(old_pmd); in __split_huge_pmd_locked()3037 entry = make_migration_entry(page, pmd_write(pmdval)); in set_pmd_migration_entry()
399 return pmd_write(pmd) ? range->flags[HMM_PFN_VALID] | in pmd_to_hmm_pfn_flags()
927 if (!pmd_dirty(*pmd) && !pmd_write(*pmd)) in page_mkclean_one()
3962 if (dirty && !pmd_write(orig_pmd)) { in __handle_mm_fault()
377 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) macro
1113 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) macro
818 if (!pmd_dirty(*pmdp) && !pmd_write(*pmdp)) in dax_entry_mkclean()