Searched refs:pmd_trans_huge (Results 1 – 5 of 5) sorted by relevance
43 #define pmd_trans_huge(pmd) (pmd_val(pmd) & _PAGE_HW_SZ) macro
132 if (pmd_trans_huge(pmdval)) { in wp_clean_pmd_entry()
517 static inline int pmd_trans_huge(pmd_t pmd) in pmd_trans_huge() function593 if (pmd_trans_huge(pmd)) in pmd_page()
195 #define pmd_trans_huge(pmd) (pmd_val(pmd) && !pmd_table(pmd)) macro
89 | pmd_trans_huge | Tests a Transparent Huge Page (THP) at PMD |