Home
last modified time | relevance | path

Searched refs:UFFD_EVENT_REMOVE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Duserfaultfd.h148 #define UFFD_EVENT_REMOVE 0x15 macro
/openbmc/qemu/linux-headers/linux/
H A Duserfaultfd.h154 #define UFFD_EVENT_REMOVE 0x15 macro
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-common.c543 case UFFD_EVENT_REMOVE: in uffd_poll_thread()
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst351 madvise(MADV_DONTNEED) calls. The event ``UFFD_EVENT_REMOVE`` will
/openbmc/linux/fs/
H A Duserfaultfd.c826 ewq.msg.event = UFFD_EVENT_REMOVE; in userfaultfd_remove()