Searched refs:UFFDIO_ZEROPAGE (Results 1 – 6 of 6) sorted by relevance
/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/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/kernel-headers/original/uapi/linux/ |
D | userfaultfd.h | 72 #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 | 804 if (ioctl(ufd, UFFDIO_ZEROPAGE, uffdio_zeropage)) { in retry_uffdio_zeropage() 828 ret = ioctl(ufd, UFFDIO_ZEROPAGE, &uffdio_zeropage); in __uffdio_zeropage()
|