Home
last modified time | relevance | path

Searched refs:UFFDIO_REGISTER (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Duserfaultfd.h88 #define UFFDIO_REGISTER _IOWR(UFFDIO, _UFFDIO_REGISTER, \ macro
/openbmc/qemu/util/
H A Duserfaultfd.c167 if (ioctl(uffd_fd, UFFDIO_REGISTER, &uffd_register)) { in uffd_register_memory()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c644 if (ioctl(ufd, UFFDIO_REGISTER, &reg_struct)) { in postcopy_ram_supported_by_host()
923 if (ioctl(mis->userfault_fd, UFFDIO_REGISTER, &reg_struct)) { in ram_block_enable_notify()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c870 #ifdef UFFDIO_REGISTER in generate_faults()
913 if (ioctl(dev->postcopy_ufd, UFFDIO_REGISTER, &reg_struct)) { in generate_faults()