Home
last modified time | relevance | path

Searched refs:uffd_wakeup (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Duserfaultfd.h40 int uffd_wakeup(int uffd_fd, void *addr, uint64_t length);
/openbmc/qemu/util/
H A Duserfaultfd.c317 int uffd_wakeup(int uffd_fd, void *addr, uint64_t length) in uffd_wakeup() function
/openbmc/qemu/migration/
H A Dpostcopy-ram.c750 return uffd_wakeup(pcfd->fd, in postcopy_wake_shared()