Home
last modified time | relevance | path

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

/qemu/migration/
H A Dpostcopy-ram.h142 struct PostCopyFD;
145 typedef int (*pcfdhandler)(struct PostCopyFD *pcfd, void *ufd);
149 typedef int (*pcfdwake)(struct PostCopyFD *pcfd, RAMBlock *rb, uint64_t offset);
151 struct PostCopyFD { struct
166 void postcopy_register_shared_ufd(struct PostCopyFD *pcfd); argument
167 void postcopy_unregister_shared_ufd(struct PostCopyFD *pcfd);
180 int postcopy_wake_shared(struct PostCopyFD *pcfd, uint64_t client_addr,
183 int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb,
H A Dpostcopy-ram.c744 int postcopy_wake_shared(struct PostCopyFD *pcfd, in postcopy_wake_shared()
791 int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb, in postcopy_request_shared_page()
988 struct PostCopyFD *pcfd = &g_array_index(mis->postcopy_remote_fds, in postcopy_ram_fault_thread()
1101 struct PostCopyFD *pcfd = in postcopy_ram_fault_thread()
1103 struct PostCopyFD, index - 2); in postcopy_ram_fault_thread()
1329 struct PostCopyFD *cur = &g_array_index(pcrfds, struct PostCopyFD, i); in postcopy_notify_shared_wake()
1424 int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb, in postcopy_request_shared_page()
1451 int postcopy_wake_shared(struct PostCopyFD *pcfd, in postcopy_wake_shared()
1579 void postcopy_register_shared_ufd(struct PostCopyFD *pcfd) in postcopy_register_shared_ufd()
1589 void postcopy_unregister_shared_ufd(struct PostCopyFD *pcfd) in postcopy_unregister_shared_ufd()
[all …]
H A Dmigration.c224 g_array_new(FALSE, TRUE, sizeof(struct PostCopyFD)); in migration_object_init()
/qemu/hw/virtio/
H A Dvhost-user.c249 struct PostCopyFD postcopy_fd;
1915 static int vhost_user_postcopy_fault_handler(struct PostCopyFD *pcfd, in vhost_user_postcopy_fault_handler()
1949 static int vhost_user_postcopy_waker(struct PostCopyFD *pcfd, RAMBlock *rb, in vhost_user_postcopy_waker()