Searched refs:pmd_hugewillfault (Results 1 – 3 of 3) sorted by relevance
223 #define pmd_hugewillfault(pmd) (0) macro
228 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd)) macro
61 || pmd_hugewillfault(*pmd))) { in pin_page_for_write()