Home
last modified time | relevance | path

Searched refs:UFFDIO_ZEROPAGE (Results 1 – 12 of 12) sorted by relevance

/external/strace/tests-mx32/
Dioctl_uffdio.c163 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/
Dioctl_uffdio.c163 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/
Dioctl_uffdio.c163 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/
Duffd.txt17 ioctl$UFFDIO_ZEROPAGE(fd fd_uffd, cmd const[UFFDIO_ZEROPAGE], arg ptr[in, uffdio_zeropage])
Duffd_ppc64le.const12 UFFDIO_ZEROPAGE = 3223366148
Duffd_arm.const12 UFFDIO_ZEROPAGE = 3223366148
Duffd_arm64.const12 UFFDIO_ZEROPAGE = 3223366148
Duffd_amd64.const12 UFFDIO_ZEROPAGE = 3223366148
Duffd_386.const12 UFFDIO_ZEROPAGE = 3223366148
/external/kernel-headers/original/uapi/linux/
Duserfaultfd.h69 #define UFFDIO_ZEROPAGE _IOWR(UFFDIO, _UFFDIO_ZEROPAGE, \ macro
/external/strace/
Duserfaultfd.c173 case UFFDIO_ZEROPAGE: { in uffdio_ioctl()
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c806 if (ioctl(ufd, UFFDIO_ZEROPAGE, uffdio_zeropage)) { in retry_uffdio_zeropage()
830 ret = ioctl(ufd, UFFDIO_ZEROPAGE, &uffdio_zeropage); in __uffdio_zeropage()