Searched refs:TTU_MIGRATION (Results 1 – 3 of 3) sorted by relevance
1392 if (IS_ENABLED(CONFIG_MIGRATION) && (flags & TTU_MIGRATION) && in try_to_unmap_one()1425 if (!pvmw.pte && (flags & TTU_MIGRATION)) { in try_to_unmap_one()1497 (flags & TTU_MIGRATION) && in try_to_unmap_one()1598 (flags & (TTU_MIGRATION|TTU_SPLIT_FREEZE))) { in try_to_unmap_one()1760 if ((flags & (TTU_MIGRATION|TTU_SPLIT_FREEZE)) in try_to_unmap()
1126 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in __unmap_and_move()1332 enum ttu_flags ttu = TTU_MIGRATION|TTU_IGNORE_MLOCK| in unmap_and_move_huge_page()2691 int flags = TTU_MIGRATION | TTU_IGNORE_MLOCK | TTU_IGNORE_ACCESS; in migrate_vma_unmap()
89 TTU_MIGRATION = 0x1, /* migration mode */ enumerator