Home
last modified time | relevance | path

Searched refs:UFFD_PAGEFAULT_FLAG_WRITE (Results 1 – 6 of 6) sorted by relevance

/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.h123 #define UFFD_PAGEFAULT_FLAG_WRITE (1<<0) /* If this was a write fault */ macro
/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.h123 #define UFFD_PAGEFAULT_FLAG_WRITE (1<<0) /* If this was a write fault */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duserfaultfd.h138 #define UFFD_PAGEFAULT_FLAG_WRITE (1<<0) /* If this was a write fault */ macro
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Duserfaultfd.rst185 ``UFFD_PAGEFAULT_FLAG_WRITE``. The latter did not fail on protection but
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c681 if (msg->arg.pagefault.flags & UFFD_PAGEFAULT_FLAG_WRITE) in uffd_handle_page_fault()
/OK3568_Linux_fs/kernel/fs/
H A Duserfaultfd.c211 msg.arg.pagefault.flags |= UFFD_PAGEFAULT_FLAG_WRITE; in userfault_msg()