Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Duserfaultfd.h92 #define UFFDIO_ZEROPAGE _IOWR(UFFDIO, _UFFDIO_ZEROPAGE, \ macro
/openbmc/linux/include/uapi/linux/
H A Duserfaultfd.h92 #define UFFDIO_ZEROPAGE _IOWR(UFFDIO, _UFFDIO_ZEROPAGE, \ macro
/openbmc/qemu/util/
H A Duserfaultfd.c292 if (ioctl(uffd_fd, UFFDIO_ZEROPAGE, &uffd_zeropage)) { in uffd_zero_page()
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c883 if (ioctl(ufd, UFFDIO_ZEROPAGE, uffdio_zeropage)) { in retry_uffdio_zeropage()
902 ret = ioctl(ufd, UFFDIO_ZEROPAGE, &uffdio_zeropage); in do_uffdio_zeropage()
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst145 - ``UFFDIO_ZEROPAGE`` atomically zeros the new page.
162 the zero page (``UFFDIO_ZEROPAGE``). By default, the kernel would map
/openbmc/qemu/migration/
H A Dpostcopy-ram.c1292 ret = ioctl(userfault_fd, UFFDIO_ZEROPAGE, &zero_struct); in qemu_ufd_copy_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch119 +pub const UFFDIO_ZEROPAGE: u32 = 3223366148;