Searched refs:UFFDIO_CONTINUE (Results 1 – 5 of 5) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | userfaultfd.h | 102 #define UFFDIO_CONTINUE _IOWR(UFFDIO, _UFFDIO_CONTINUE, \ macro
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | demand_paging_test.c | 100 r = ioctl(uffd, UFFDIO_CONTINUE, &cont); in handle_uffd_page_request()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-common.c | 427 if (ioctl(ufd, UFFDIO_CONTINUE, &req)) in continue_range() 437 ret = ioctl(ufd, UFFDIO_CONTINUE, &req); in continue_range()
|
| H A D | uffd-unit-tests.c | 1286 DEFINE_MMAP_CHANGING_TEST(continue, UFFDIO_CONTINUE, mapped)
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | userfaultfd.rst | 150 - ``UFFDIO_CONTINUE`` maps an existing, previously-populated page. 173 faulting thread continue with ``UFFDIO_CONTINUE``. 244 resolving missing / minor faults with ``UFFDIO_COPY`` or ``UFFDIO_CONTINUE``
|