Searched refs:UFFDIO_CONTINUE (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Duserfaultfd.h102 #define UFFDIO_CONTINUE _IOWR(UFFDIO, _UFFDIO_CONTINUE, \ macro
/linux-master/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c91 r = ioctl(uffd, UFFDIO_CONTINUE, &cont);
93 pr_info("Failed UFFDIO_CONTINUE in 0x%lx from thread %d with errno: %d\n",
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.c403 if (ioctl(ufd, UFFDIO_CONTINUE, &req))
404 err("UFFDIO_CONTINUE failed for address 0x%" PRIx64,
413 ret = ioctl(ufd, UFFDIO_CONTINUE, &req);
415 err("failed to exercise UFFDIO_CONTINUE error handling, ret=%d, mapped=%" PRId64,
/linux-master/fs/
H A Duserfaultfd.c2131 case UFFDIO_CONTINUE:

Completed in 179 milliseconds