Searched refs:UFFDIO_CONTINUE (Results 1 – 4 of 4) sorted by relevance
84 #define UFFDIO_CONTINUE _IOWR(UFFDIO, _UFFDIO_CONTINUE, \ macro
114 - ``UFFDIO_CONTINUE`` maps an existing, previously-populated page.137 faulting thread continue with ``UFFDIO_CONTINUE``.
502 if (ioctl(ufd, UFFDIO_CONTINUE, &req)) in continue_range()512 ret = ioctl(ufd, UFFDIO_CONTINUE, &req); in continue_range()
2008 case UFFDIO_CONTINUE: in userfaultfd_ioctl()