Searched refs:TTU_MIGRATION (Results 1 – 3 of 3) sorted by relevance
1355 if (IS_ENABLED(CONFIG_MIGRATION) && (flags & TTU_MIGRATION) && in try_to_unmap_one()1385 if (!pvmw.pte && (flags & TTU_MIGRATION)) { in try_to_unmap_one()1450 (flags & TTU_MIGRATION) && in try_to_unmap_one()1537 (flags & (TTU_MIGRATION|TTU_SPLIT_FREEZE))) { in try_to_unmap_one()1716 if ((flags & (TTU_MIGRATION|TTU_SPLIT_FREEZE)) in try_to_unmap()
1098 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in __unmap_and_move()1311 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in unmap_and_move_huge_page()2517 int flags = TTU_MIGRATION | TTU_IGNORE_MLOCK | TTU_IGNORE_ACCESS; in migrate_vma_unmap()
89 TTU_MIGRATION = 0x1, /* migration mode */ enumerator