Home
last modified time | relevance | path

Searched refs:uffd_msg (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c89 struct uffd_msg msg;
182 static inline void msg_init(struct uffd_msg *msg) in msg_init()
184 BUILD_BUG_ON(sizeof(struct uffd_msg) != 32); in msg_init()
189 memset(msg, 0, sizeof(struct uffd_msg)); in msg_init()
192 static inline struct uffd_msg userfault_msg(unsigned long address, in userfault_msg()
197 struct uffd_msg msg; in userfault_msg()
985 struct uffd_msg *msg) in resolve_userfault_fork()
1000 struct uffd_msg *msg, struct inode *inode) in userfaultfd_ctx_read()
1169 struct uffd_msg msg; in userfaultfd_read()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Duserfaultfd.rst142 ``pagefault.flags`` within the ``uffd_msg``, checking for the
150 event out of a struct uffd_msg that you read in the thread from the
267 ``userfaultfd`` context in the ``uffd_msg.fork``.
273 ``UFFD_EVENT_REMAP``. The ``uffd_msg.remap`` will contain the old and
279 be generated upon these calls to madvise(). The ``uffd_msg.remove``
284 get ``UFFD_EVENT_UNMAP`` with ``uffd_msg.remove`` containing start and
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Duserfaultfd.h73 struct uffd_msg { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Duserfaultfd.h73 struct uffd_msg { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duserfaultfd.h88 struct uffd_msg { struct
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-pagefault.c85 struct uffd_msg msg; /* Data read from userfaultfd */ in fault_handler_thread()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c627 static int uffd_read_msg(int ufd, struct uffd_msg *msg) in uffd_read_msg()
644 static void uffd_handle_page_fault(struct uffd_msg *msg, in uffd_handle_page_fault()
697 struct uffd_msg msg; in uffd_poll_thread()
753 struct uffd_msg msg; in uffd_read_thread()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c129 struct uffd_msg msg; in uffd_handler_thread_fn()