Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhuge_mm.h269 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
/openbmc/linux/mm/
H A Dpage_vma_mapped.c245 if (!thp_migration_supported() || in page_vma_mapped_walk()
H A Dhmm.c339 if (thp_migration_supported() && is_pmd_migration_entry(pmd)) { in hmm_vma_walk_pmd()
H A Dhuge_memory.c1589 VM_BUG_ON(thp_migration_supported() && in madvise_free_huge_pmd()
1685 } else if (thp_migration_supported()) { in zap_huge_pmd()
1807 if (prot_numa && !thp_migration_supported()) in change_huge_pmd()
H A Dmadvise.c378 VM_BUG_ON(thp_migration_supported() && in madvise_cold_or_pageout_pte_range()
H A Dmigrate.c1658 if (!thp_migration_supported() && is_thp) { in migrate_pages_batch()
H A Dmemory.c5147 VM_BUG_ON(thp_migration_supported() && in __handle_mm_fault()
H A Dmemcontrol.c6010 VM_BUG_ON(thp_migration_supported() && in get_mctgt_type_thp()
H A Dvmscan.c1886 (thp_migration_supported() || !folio_test_large(folio))) { in shrink_folio_list()
/openbmc/linux/fs/proc/
H A Dtask_mmu.c580 } else if (unlikely(thp_migration_supported() && is_swap_pmd(*pmd))) { in smaps_pmd_entry()