Searched refs:UFFDIO_UNREGISTER (Results 1 – 5 of 5) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | userfaultfd.h | 90 #define UFFDIO_UNREGISTER _IOR(UFFDIO, _UFFDIO_UNREGISTER, \ macro
|
| /tools/testing/selftests/mm/ |
| A D | vm_util.c | 380 if (ioctl(uffd, UFFDIO_UNREGISTER, &range) == -1) in uffd_unregister()
|
| A D | uffd-common.c | 558 if (ioctl(uffd, UFFDIO_UNREGISTER, &uffd_reg.range)) in uffd_poll_thread()
|
| A D | guard-regions.c | 1491 ASSERT_EQ(ioctl(uffd, UFFDIO_UNREGISTER, &range), 0); in TEST_F()
|
| A D | pagemap_ioctl.c | 147 if (ioctl(uffd, UFFDIO_UNREGISTER, &uffdio_register.range)) in wp_free()
|
Completed in 13 milliseconds