Searched refs:UFFDIO_ZEROPAGE (Results 1 – 12 of 12) sorted by relevance
/external/strace/tests-mx32/ |
D | ioctl_uffdio.c | 163 rc = ioctl(-1, UFFDIO_ZEROPAGE, zero_struct); in main() 167 rc = ioctl(fd, UFFDIO_ZEROPAGE, NULL); in main() 174 rc = ioctl(fd, UFFDIO_ZEROPAGE, zero_struct); in main()
|
/external/strace/tests-m32/ |
D | ioctl_uffdio.c | 163 rc = ioctl(-1, UFFDIO_ZEROPAGE, zero_struct); in main() 167 rc = ioctl(fd, UFFDIO_ZEROPAGE, NULL); in main() 174 rc = ioctl(fd, UFFDIO_ZEROPAGE, zero_struct); in main()
|
/external/strace/tests/ |
D | ioctl_uffdio.c | 163 rc = ioctl(-1, UFFDIO_ZEROPAGE, zero_struct); in main() 167 rc = ioctl(fd, UFFDIO_ZEROPAGE, NULL); in main() 174 rc = ioctl(fd, UFFDIO_ZEROPAGE, zero_struct); in main()
|
/external/syzkaller/sys/linux/ |
D | uffd.txt | 17 ioctl$UFFDIO_ZEROPAGE(fd fd_uffd, cmd const[UFFDIO_ZEROPAGE], arg ptr[in, uffdio_zeropage])
|
D | uffd_ppc64le.const | 12 UFFDIO_ZEROPAGE = 3223366148
|
D | uffd_arm.const | 12 UFFDIO_ZEROPAGE = 3223366148
|
D | uffd_arm64.const | 12 UFFDIO_ZEROPAGE = 3223366148
|
D | uffd_amd64.const | 12 UFFDIO_ZEROPAGE = 3223366148
|
D | uffd_386.const | 12 UFFDIO_ZEROPAGE = 3223366148
|
/external/kernel-headers/original/uapi/linux/ |
D | userfaultfd.h | 69 #define UFFDIO_ZEROPAGE _IOWR(UFFDIO, _UFFDIO_ZEROPAGE, \ macro
|
/external/strace/ |
D | userfaultfd.c | 173 case UFFDIO_ZEROPAGE: { in uffdio_ioctl()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | userfaultfd.c | 806 if (ioctl(ufd, UFFDIO_ZEROPAGE, uffdio_zeropage)) { in retry_uffdio_zeropage() 830 ret = ioctl(ufd, UFFDIO_ZEROPAGE, &uffdio_zeropage); in __uffdio_zeropage()
|