register a memory address range with the userfaultfd object NAME UFFDIO_REGISTER - register a memory address range with the userfaultfd object LIBRARY Standard C library......contain the following bits: 1 << _UFFDIO_API The UFFDIO_API operation is supported. 1 << _UFFDIO_REGISTER The UFFDIO_REGISTER operation is supported. 1 << _UFFDIO_UNREGISTER The…...gistered and unread events are flushed. Userfaultfd supports three modes of registration: UFFDIO_REGISTER_MODE_MISSING (since Linux 4.10) When registered with UFFDIO_REGISTER_MO…...l block and generate another write-protect userfault message. This is used only when both UFFDIO_REGISTER_MODE_MISSING and UFFDIO_REGISTER_MODE_WP modes are enabled for the regi…The D-Bus interface of systemd-machined NAME org.freedesktop.machine1 - The D-Bus interface of systemd-machined INTRODUCTION systemd-machined.service (8) is a system service that k…...ite-protect or write-unprotect a userfaultfd-registered memory range registered with mode UFFDIO_REGISTER_MODE_WP . There are two mode bits that are supported in this structure:…...s specific to op . The various ioctl (2) operations are described below. The UFFDIO_API , UFFDIO_REGISTER , and UFFDIO_UNREGISTER operations are used to configure userfaultfd be…...a memory address range from userfaultfd. The pages in the range must be “compatible” (see UFFDIO_REGISTER (2const)). RETURN VALUE On success, 0 is returned. On error, -1 is retu…...e enabled by UFFDIO_API ioctl (2) on userfaultfd and memory range must be registered with UFFDIO_REGISTER ioctl (2) in UFFDIO_REGISTER_MODE_WP mode. Supported page flags The fol…...STORY Linux 4.3. EXAMPLES See userfaultfd (2). SEE ALSO ioctl (2), ioctl_userfaultfd (2), UFFDIO_REGISTER (2const), userfaultfd (2) linux.git/Documentation/admin-guide/mm/userfa…zero out a memory range registered with userfaultfd NAME UFFDIO_ZEROPAGE - zero out a memory range registered with userfaultfd LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #i…resolve a minor page fault NAME UFFDIO_CONTINUE - resolve a minor page fault LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/userfaultfd.h> /* Definition of UFFD…mark an address range as "poisoned" NAME UFFDIO_POISON - mark an address range as "poisoned" LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/userfaultfd.h> /* De…define a new procedural language NAME CREATE_LANGUAGE - define a new procedural language SYNOPSIS CREATE [ OR REPLACE ] [ TRUSTED ] [ PROCEDURAL ] LANGUAGE name HANDLER call_handle…register a function to be called at normal process termination NAME atexit - register a function to be called at normal process termination LIBRARY Standard C library ( libc , -lc …A tool for managing large Git repositories NAME scalar - A tool for managing large Git repositories SYNOPSIS scalar clone [--single-branch] [--branch <main-branch>] [--full-clone] …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…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…register a function to be called at normal process termination NAME on_exit - register a function to be called at normal process termination LIBRARY Standard C library ( libc , -lc…register fork handlers NAME pthread_atfork - register fork handlers LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_atfork(void (…