Searched refs:pud_write (Results 1 – 11 of 11) sorted by relevance
156 WARN_ON(pud_write(pudval) || pud_dirty(pudval)); in wp_clean_pud_entry()
258 page_table_check_set(pud_pfn(pud), stride * nr, pud_write(pud)); in __page_table_check_puds_set()
479 return (pud_write(pud) ? (HMM_PFN_VALID | HMM_PFN_WRITE) : in pud_to_hmm_pfn_flags()
6458 if ((flags & FAULT_FLAG_WRITE) && !pud_write(orig_pud)) {6894 pud_pfn(pud), PUD_MASK, pud_write(pud),
2005 if (is_cow_mapping(vma->vm_flags) && pud_write(pud)) { in copy_huge_pmd()
816 #define pud_write pud_write in pmd_dirty() 817 static inline int pud_write(pud_t pud)806 #define pud_write pud_write global() macro 807 static inline int pud_write(pud_t pud) pud_write() function
224 #define pud_write pud_write macro 225 static inline int pud_write(pud_t pud) in pud_write() function
797 #define pud_write pud_write macro 798 static inline int pud_write(pud_t pud) in pud_write() function
170 | pud_write | Tests a writable PUD |
906 #define pud_write(pud) pte_write(pud_pte(pud)) macro1198 if (pud_write(*pudp)) in pudp_set_wrprotect()
637 #define pud_write(pud) pte_write(pud_pte(pud)) macro