Home
last modified time | relevance | path

Searched refs:MPOL_MF_STRICT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmempolicy.h47 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
54 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h51 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro
/openbmc/linux/mm/
H A Dmempolicy.c433 return (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) == in strictly_unmovable()
434 MPOL_MF_STRICT; in strictly_unmovable()
685 !(flags & MPOL_MF_STRICT)) in queue_pages_test_walk()
703 if (flags & (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)) in queue_pages_test_walk()
1280 flags &= ~MPOL_MF_STRICT; in do_mbind()
1349 if (nr_failed && (flags & MPOL_MF_STRICT)) in do_mbind()
/openbmc/qemu/backends/
H A Dhostmem.c375 unsigned flags = MPOL_MF_STRICT | MPOL_MF_MOVE; in host_memory_backend_memory_complete()