Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dpostcopy-ram.h182 int postcopy_wake_shared(struct PostCopyFD *pcfd, uint64_t client_addr,
H A Dpostcopy-ram.c744 int postcopy_wake_shared(struct PostCopyFD *pcfd, in postcopy_wake_shared() function
794 return postcopy_wake_shared(pcfd, client_addr, rb); in postcopy_request_shared_page()
1427 int postcopy_wake_shared(struct PostCopyFD *pcfd, in postcopy_wake_shared() function
H A Dtrace-events303 postcopy_wake_shared(uint64_t client_addr, const char *rb) "at 0x%"PRIx64" in %s"
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1992 return postcopy_wake_shared(pcfd, client_addr, rb); in vhost_user_postcopy_waker()