HomeSort by relevance Sort by last modified time
    Searched refs:uffdio_copy (Results 1 - 7 of 7) sorted by null

  /external/linux-kselftest/tools/testing/selftests/vm/
userfaultfd.c 36 * transfer (UFFDIO_COPY).
397 static void retry_copy_page(int ufd, struct uffdio_copy *uffdio_copy,
400 uffd_test_ops->alias_mapping(&uffdio_copy->dst,
401 uffdio_copy->len,
403 if (ioctl(ufd, UFFDIO_COPY, uffdio_copy)) {
405 if (uffdio_copy->copy != -EEXIST)
406 fprintf(stderr, "UFFDIO_COPY retry error %Ld\n",
407 uffdio_copy->copy), exit(1)
416 struct uffdio_copy uffdio_copy; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
userfaultfd.h 38 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, struct uffdio_copy)
104 struct uffdio_copy { struct
  /external/kernel-headers/original/uapi/linux/
userfaultfd.h 67 #define UFFDIO_COPY _IOWR(UFFDIO, _UFFDIO_COPY, \
68 struct uffdio_copy)
202 struct uffdio_copy { struct
  /external/strace/
userfaultfd.c 111 case UFFDIO_COPY: {
112 struct uffdio_copy uc;
  /external/strace/tests/
ioctl_uffdio.c 138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct);
141 rc = ioctl(-1, UFFDIO_COPY, copy_struct);
142 printf("ioctl(-1, UFFDIO_COPY, {dst=0, src=0, len=0, mode=0"
145 rc = ioctl(fd, UFFDIO_COPY, NULL);
146 printf("ioctl(%d, UFFDIO_COPY, NULL) = %d %s (%m)\n",
153 rc = ioctl(fd, UFFDIO_COPY, copy_struct);
154 printf("ioctl(%d, UFFDIO_COPY, {dst=%p, src=%p, len=%#zx,"
  /external/strace/tests-m32/
ioctl_uffdio.c 138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct);
141 rc = ioctl(-1, UFFDIO_COPY, copy_struct);
142 printf("ioctl(-1, UFFDIO_COPY, {dst=0, src=0, len=0, mode=0"
145 rc = ioctl(fd, UFFDIO_COPY, NULL);
146 printf("ioctl(%d, UFFDIO_COPY, NULL) = %d %s (%m)\n",
153 rc = ioctl(fd, UFFDIO_COPY, copy_struct);
154 printf("ioctl(%d, UFFDIO_COPY, {dst=%p, src=%p, len=%#zx,"
  /external/strace/tests-mx32/
ioctl_uffdio.c 138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct);
141 rc = ioctl(-1, UFFDIO_COPY, copy_struct);
142 printf("ioctl(-1, UFFDIO_COPY, {dst=0, src=0, len=0, mode=0"
145 rc = ioctl(fd, UFFDIO_COPY, NULL);
146 printf("ioctl(%d, UFFDIO_COPY, NULL) = %d %s (%m)\n",
153 rc = ioctl(fd, UFFDIO_COPY, copy_struct);
154 printf("ioctl(%d, UFFDIO_COPY, {dst=%p, src=%p, len=%#zx,"

Completed in 728 milliseconds