Home
last modified time | relevance | path

Searched refs:MPOL_MF_MOVE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmempolicy.h48 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
55 MPOL_MF_MOVE | \
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h52 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */ macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dmkdirty.c180 MPOL_MF_MOVE)) { in test_page_migration()
219 MPOL_MF_MOVE)) { in test_page_migration_thp()
/openbmc/linux/mm/
H A Dmempolicy.c433 return (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) == in strictly_unmovable()
479 if (!(qp->flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) || in queue_folios_pmd()
559 if (!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) || in queue_folios_pte_range()
596 if (!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) || in queue_folios_hugetlb()
703 if (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in queue_pages_test_walk()
1072 VM_BUG_ON(!(flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL))); in migrate_to_node()
1308 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in do_mbind()
1359 if (flags & (MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in do_mbind()
1666 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE); in kernel_migrate_pages()
H A Dmigrate.c2432 if (flags & ~(MPOL_MF_MOVE|MPOL_MF_MOVE_ALL)) in kernel_move_pages()
/openbmc/qemu/backends/
H A Dhostmem.c375 unsigned flags = MPOL_MF_STRICT | MPOL_MF_MOVE; in host_memory_backend_memory_complete()