UFFDIO_CONTINUE
case UFFDIO_CONTINUE:
r = ioctl(uffd, UFFDIO_CONTINUE, &cont);
if (ioctl(ufd, UFFDIO_CONTINUE, &req))
ret = ioctl(ufd, UFFDIO_CONTINUE, &req);
DEFINE_MMAP_CHANGING_TEST(continue, UFFDIO_CONTINUE, mapped)