Searched refs:transparent_hugepage_enabled (Results 1 – 3 of 3) sorted by relevance
96 static inline bool transparent_hugepage_enabled(struct vm_area_struct *vma) in transparent_hugepage_enabled() function260 static inline bool transparent_hugepage_enabled(struct vm_area_struct *vma) in transparent_hugepage_enabled() function
4051 if (pud_none(*vmf.pud) && transparent_hugepage_enabled(vma)) { in __handle_mm_fault()4077 if (pmd_none(*vmf.pmd) && transparent_hugepage_enabled(vma)) { in __handle_mm_fault()
1291 if (transparent_hugepage_enabled(vma) && in do_huge_pmd_wp_page()