Home
last modified time | relevance | path

Searched refs:transparent_hugepage_enabled (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dhuge_mm.h96 static inline bool transparent_hugepage_enabled(struct vm_area_struct *vma) in transparent_hugepage_enabled() function
260 static inline bool transparent_hugepage_enabled(struct vm_area_struct *vma) in transparent_hugepage_enabled() function
/Linux-v4.19/mm/
Dmemory.c4051 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()
Dhuge_memory.c1291 if (transparent_hugepage_enabled(vma) && in do_huge_pmd_wp_page()