Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhuge_mm.h140 static inline bool vma_thp_disabled(struct vm_area_struct *vma, in vma_thp_disabled() function
/openbmc/linux/mm/
H A Dhuge_memory.c81 if (thp_disabled_by_hw() || vma_thp_disabled(vma, vm_flags)) in hugepage_vma_check()
H A Dmemory.c4304 if (thp_disabled_by_hw() || vma_thp_disabled(vma, vma->vm_flags)) in do_set_pmd()