move all pages in a process to another set of nodes NAME migrate_pages - move all pages in a process to another set of nodes LIBRARY NUMA (Non-Uniform Memory Ac......n (which reserves two swap table entries for the page migration features of mbind (2) and migrate_pages (2)). Since Linux 2.6.32, the limit is further decreased by 1 if the kern…...n (which reserves two swap table entries for the page migration features of mbind (2) and migrate_pages (2)). Since Linux 2.6.32, the limit is further decreased by 1 if the kern…move individual pages of a process to another node NAME move_pages - move individual pages of a process to another node LIBRARY NUMA (Non-Uniform Memory Access) policy library ( li…set protection on a region of memory NAME mprotect, pkey_mprotect - set protection on a region of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> in…set protection on a region of memory NAME mprotect, pkey_mprotect - set protection on a region of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> in…determine whether pages are resident in memory NAME mincore - determine whether pages are resident in memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…lock and unlock memory NAME mlock, mlock2, munlock, mlockall, munlockall - lock and unlock memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int mlock…synchronize a file with a memory map NAME msync - synchronize a file with a memory map LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int msync(void addr …give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…create a nonlinear file mapping NAME remap_file_pages - create a nonlinear file mapping LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_m…allocate or free huge pages NAME alloc_hugepages, free_hugepages - allocate or free huge pages SYNOPSIS void *syscall(SYS_alloc_hugepages, int key , void addr [. len ], size_t len …allocate or free huge pages NAME alloc_hugepages, free_hugepages - allocate or free huge pages SYNOPSIS void *syscall(SYS_alloc_hugepages, int key , void addr [. len ], size_t len …set memory policy for a memory range NAME mbind - set memory policy for a memory range LIBRARY NUMA (Non-Uniform Memory Access) policy library ( libnuma , -lnuma ) SYNOPSIS #includ…define a subpage protection for an address range NAME subpage_prot - define a subpage protection for an address range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <s…splice data to/from a pipe NAME splice - splice data to/from a pipe LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #define …