Home
last modified time | relevance | path

Searched refs:thp_migration_supported (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/linux/
Dhuge_mm.h270 static inline bool thp_migration_supported(void) in thp_migration_supported() function
404 static inline bool thp_migration_supported(void) in thp_migration_supported() function
/Linux-v5.4/mm/
Dpage_vma_mapped.c192 if (thp_migration_supported()) { in page_vma_mapped_walk()
Dmadvise.c332 VM_BUG_ON(thp_migration_supported() && in madvise_cold_or_pageout_pte_range()
Dhmm.c569 if (thp_migration_supported() && is_pmd_migration_entry(pmd)) { in hmm_vma_walk_pmd()
Dhuge_memory.c1713 VM_BUG_ON(thp_migration_supported() && in madvise_free_huge_pmd()
1811 } else if (thp_migration_supported()) { in zap_huge_pmd()
Dgup.c344 VM_BUG_ON(thp_migration_supported() && in follow_pmd_mask()
Dmigrate.c1173 if (!thp_migration_supported() && PageTransHuge(page)) in unmap_and_move()
Dmemory.c3952 VM_BUG_ON(thp_migration_supported() && in __handle_mm_fault()
Dmemcontrol.c5614 VM_BUG_ON(thp_migration_supported() && in get_mctgt_type_thp()