Searched refs:TTU_MIGRATION (Results 1 – 3 of 3) sorted by relevance
1360 if (IS_ENABLED(CONFIG_MIGRATION) && (flags & TTU_MIGRATION) && in try_to_unmap_one()1393 if (!pvmw.pte && (flags & TTU_MIGRATION)) { in try_to_unmap_one()1459 (flags & TTU_MIGRATION) && in try_to_unmap_one()1553 (flags & (TTU_MIGRATION|TTU_SPLIT_FREEZE))) { in try_to_unmap_one()1725 if ((flags & (TTU_MIGRATION|TTU_SPLIT_FREEZE)) in try_to_unmap()
1111 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in __unmap_and_move()1337 TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS); in unmap_and_move_huge_page()2522 int flags = TTU_MIGRATION | TTU_IGNORE_MLOCK | TTU_IGNORE_ACCESS; in migrate_vma_unmap()
89 TTU_MIGRATION = 0x1, /* migration mode */ enumerator