Searched refs:uffdio_copy (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 397 static void retry_copy_page(int ufd, struct uffdio_copy *uffdio_copy, in retry_copy_page() argument 400 uffd_test_ops->alias_mapping(&uffdio_copy->dst, in retry_copy_page() 401 uffdio_copy->len, in retry_copy_page() 403 if (ioctl(ufd, UFFDIO_COPY, uffdio_copy)) { in retry_copy_page() 405 if (uffdio_copy->copy != -EEXIST) in retry_copy_page() 407 uffdio_copy->copy), exit(1); in retry_copy_page() 410 uffdio_copy->copy), exit(1); in retry_copy_page() 416 struct uffdio_copy uffdio_copy; in __copy_page() local 421 uffdio_copy.dst = (unsigned long) area_dst + offset; in __copy_page() 422 uffdio_copy.src = (unsigned long) area_src + offset; in __copy_page() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | userfaultfd.h | 68 struct uffdio_copy) 202 struct uffdio_copy { struct
|
/external/syzkaller/sys/linux/ |
D | uffd.txt | 16 ioctl$UFFDIO_COPY(fd fd_uffd, cmd const[UFFDIO_COPY], arg ptr[in, uffdio_copy]) 42 uffdio_copy {
|
/external/strace/ |
D | userfaultfd.c | 112 struct uffdio_copy uc; in uffdio_ioctl()
|
/external/strace/tests-mx32/ |
D | ioctl_uffdio.c | 138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()
|
/external/strace/tests-m32/ |
D | ioctl_uffdio.c | 138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()
|
/external/strace/tests/ |
D | ioctl_uffdio.c | 138 TAIL_ALLOC_OBJECT_CONST_PTR(struct uffdio_copy, copy_struct); in main()
|