Searched refs:pmd_write (Results 1 – 7 of 7) sorted by relevance
189 #define pmd_write(pmd) (pmd_isclear((pmd), L_PMD_SECT_RDONLY)) macro192 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))239 if (pmd_write(pmd) && pmd_dirty(pmd)) in set_pmd_at()
220 WARN_ON_ONCE(pmd_write(pmd)); in page_table_check_pmd_flags()242 page_table_check_set(pmd_pfn(pmd), stride * nr, pmd_write(pmd)); in __page_table_check_pmds_set()
133 WARN_ON(pmd_write(pmdval) || pmd_dirty(pmdval)); in wp_clean_pmd_entry()
39 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) macro
62 return write ? pmd_write(pmdp_get(pmd)) : 1; in spurious_fault()
97 | pmd_write | Tests a writable PMD |
1077 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) macro1190 if (pmd_write(*pmdp)) in pmdp_set_wrprotect()