Searched refs:UFFDIO_CONTINUE (Results 1 – 5 of 5) sorted by relevance
96 #define UFFDIO_CONTINUE _IOWR(UFFDIO, _UFFDIO_CONTINUE, \ macro
391 if (ioctl(ufd, UFFDIO_CONTINUE, &req)) in continue_range()401 ret = ioctl(ufd, UFFDIO_CONTINUE, &req); in continue_range()
91 r = ioctl(uffd, UFFDIO_CONTINUE, &cont); in handle_uffd_page_request()
147 - ``UFFDIO_CONTINUE`` maps an existing, previously-populated page.170 faulting thread continue with ``UFFDIO_CONTINUE``.241 resolving missing / minor faults with ``UFFDIO_COPY`` or ``UFFDIO_CONTINUE``
2119 case UFFDIO_CONTINUE: in userfaultfd_ioctl()