define a subpage protection for an address range NAME subpage_prot - define a subpage protection for an address range LIBRARY Standard C library ( libc , -l...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…create a file descriptor for handling page faults in user space NAME userfaultfd - create a file descriptor for handling page faults in user space LIBRARY Standard C library ( libc…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 …map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…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…remap a virtual memory address NAME mremap - remap a virtual memory address LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ …map files or devices into memory NAME mmap2 - map files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> /* Definition of MAP_* and P…set the process execution domain NAME personality - set the process execution domain LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/personality.h> int personality…create an anonymous RAM-based file to access secret memory regions NAME memfd_secret - create an anonymous RAM-based file to access secret memory regions LIBRARY Standard C library…change the root mount NAME pivot_root - change the root mount LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #inclu…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create an endpoint for communication NAME socket - create an endpoint for communication LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socket(int do…...stat (2) 1.0 stat64 (2) 2.4 statfs (2) 1.0 statfs64 (2) 2.6 statx (2) 4.11 stime (2) 1.0 subpage_prot (2) 2.6.25 PowerPC/PowerPC64 only swapcontext (2) 2.6.3 PowerPC/PowerPC64 o…get and set options on sockets NAME getsockopt, setsockopt - get and set options on sockets LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int getsockop…