Searched refs:UFFDIO_WRITEPROTECT (Results 1 – 8 of 8) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | userfaultfd.h | 100 #define UFFDIO_WRITEPROTECT _IOWR(UFFDIO, _UFFDIO_WRITEPROTECT, \ macro
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-wp-mremap.c | 194 if (ioctl(gopts->uffd, UFFDIO_WRITEPROTECT, &wp_prms)) { in test_one_folio()
|
| H A D | ksm_functional_tests.c | 357 if (ioctl(uffd, UFFDIO_WRITEPROTECT, &uffd_writeprotect)) { in test_unmerge_uffd_wp()
|
| H A D | uffd-common.c | 412 if (ioctl(ufd, UFFDIO_WRITEPROTECT, &prms)) in wp_range()
|
| H A D | pagemap_ioctl.c | 127 if (!(uffdio_register.ioctls & UFFDIO_WRITEPROTECT)) in wp_init() 134 if (ioctl(uffd, UFFDIO_WRITEPROTECT, &wp)) in wp_init() 135 ksft_exit_fail_msg("ioctl(UFFDIO_WRITEPROTECT)\n"); in wp_init()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | userfaultfd.rst | 203 ``ioctl(uffd, UFFDIO_WRITEPROTECT, struct *uffdio_writeprotect)`` 210 ``ioctl(uffd, UFFDIO_WRITEPROTECT, struct *uffdio_writeprotect)`` 228 For anonymous memory, ``ioctl(UFFDIO_WRITEPROTECT)`` will ignore none ptes 278 explicitly write-protected by ``ioctl(UFFDIO_WRITEPROTECT)`` with the mode
|
| H A D | pagemap.rst | 313 or the ``UFFDIO_WRITEPROTECT`` IOCTL can be used. Both of these perform the
|
| /linux/fs/ |
| H A D | userfaultfd.c | 2067 case UFFDIO_WRITEPROTECT: in userfaultfd_ioctl()
|