Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhuge_mm.h319 static inline bool thp_migration_supported(void) in thp_migration_supported() function
485 static inline bool thp_migration_supported(void) in thp_migration_supported() function
/OK3568_Linux_fs/kernel/mm/
H A Dpage_vma_mapped.c230 if (!thp_migration_supported() || in page_vma_mapped_walk()
H A Dhmm.c338 if (thp_migration_supported() && is_pmd_migration_entry(pmd)) { in hmm_vma_walk_pmd()
H A Dmadvise.c345 VM_BUG_ON(thp_migration_supported() && in madvise_cold_or_pageout_pte_range()
H A Dhuge_memory.c1591 VM_BUG_ON(thp_migration_supported() && in madvise_free_huge_pmd()
1689 } else if (thp_migration_supported()) { in zap_huge_pmd()
H A Dgup.c623 VM_BUG_ON(thp_migration_supported() && in follow_pmd_mask()
H A Dmigrate.c1163 if (!thp_migration_supported() && PageTransHuge(page)) in unmap_and_move()
H A Dmemory.c4894 VM_BUG_ON(thp_migration_supported() && in __handle_mm_fault()
H A Dmemcontrol.c5877 VM_BUG_ON(thp_migration_supported() && in get_mctgt_type_thp()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c618 } else if (unlikely(thp_migration_supported() && is_swap_pmd(*pmd))) { in smaps_pmd_entry()