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…register for notification when a message is available NAME mq_notify - register for notification when a message is available LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #in…execute an SPU context NAME spu_run - execute an SPU context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #include <s…issue memory barriers on a set of threads NAME membarrier - issue memory barriers on a set of threads LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/membarrier.…indirect system call NAME syscall - indirect system call LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…set architecture-specific thread state NAME arch_prctl - set architecture-specific thread state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <asm/prctl.h> /* Definit…create a file descriptor for handling page faults in user space NAME ioctl_userfaultfd - create a file descriptor for handling page faults in user space LIBRARY Standard C library …allocate or free a protection key NAME pkey_alloc, pkey_free - allocate or free a protection key LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See featu…allocate or free a protection key NAME pkey_alloc, pkey_free - allocate or free a protection key LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See featu…get group identity NAME getgid, getegid - get group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> gid_t getgid(void); gid_t getegid(void); DESCRIP…get group identity NAME getgid, getegid - get group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> gid_t getgid(void); gid_t getegid(void); DESCRIP…get group identity NAME getgid, getegid - get group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> gid_t getgid(void); gid_t getegid(void); DESCRIP…get group identity NAME getgid, getegid - get group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> gid_t getgid(void); gid_t getegid(void); DESCRIP…get user identity NAME getuid, geteuid - get user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> uid_t getuid(void); uid_t geteuid(void); DESCRIPTI…get user identity NAME getuid, geteuid - get user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> uid_t getuid(void); uid_t geteuid(void); DESCRIPTI…get user identity NAME getuid, geteuid - get user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> uid_t getuid(void); uid_t geteuid(void); DESCRIPTI…get user identity NAME getuid, geteuid - get user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> uid_t getuid(void); uid_t geteuid(void); DESCRIPTI…return a directory entry's path NAME lookup_dcookie - return a directory entry's path LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of S…set up performance monitoring NAME perf_event_open - set up performance monitoring LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/perf_event.h> /* Definition of…get file status NAME stat, fstat, lstat, fstatat - get file status LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> int stat(const char *restrict pathname ,…