Searched refs:UFFDIO_REGISTER (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/linux-headers/linux/ |
| H A D | userfaultfd.h | 88 #define UFFDIO_REGISTER _IOWR(UFFDIO, _UFFDIO_REGISTER, \ macro
|
| /openbmc/qemu/util/ |
| H A D | userfaultfd.c | 167 if (ioctl(uffd_fd, UFFDIO_REGISTER, &uffd_register)) { in uffd_register_memory()
|
| /openbmc/qemu/migration/ |
| H A D | postcopy-ram.c | 644 if (ioctl(ufd, UFFDIO_REGISTER, ®_struct)) { in postcopy_ram_supported_by_host() 923 if (ioctl(mis->userfault_fd, UFFDIO_REGISTER, ®_struct)) { in ram_block_enable_notify()
|
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | libvhost-user.c | 870 #ifdef UFFDIO_REGISTER in generate_faults() 913 if (ioctl(dev->postcopy_ufd, UFFDIO_REGISTER, ®_struct)) { in generate_faults()
|