Searched refs:PostCopyFD (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/migration/ |
H A D | postcopy-ram.h | 144 struct PostCopyFD; 147 typedef int (*pcfdhandler)(struct PostCopyFD *pcfd, void *ufd); 151 typedef int (*pcfdwake)(struct PostCopyFD *pcfd, RAMBlock *rb, uint64_t offset); 153 struct PostCopyFD { struct 168 void postcopy_register_shared_ufd(struct PostCopyFD *pcfd); argument 169 void postcopy_unregister_shared_ufd(struct PostCopyFD *pcfd); 182 int postcopy_wake_shared(struct PostCopyFD *pcfd, uint64_t client_addr, 185 int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb,
|
H A D | postcopy-ram.c | 744 int postcopy_wake_shared(struct PostCopyFD *pcfd, in postcopy_wake_shared() 783 int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb, in postcopy_request_shared_page() 980 struct PostCopyFD *pcfd = &g_array_index(mis->postcopy_remote_fds, in postcopy_ram_fault_thread() 981 struct PostCopyFD, index); in postcopy_ram_fault_thread() 1093 struct PostCopyFD *pcfd = in postcopy_ram_fault_thread() 1095 struct PostCopyFD, index - 2); in postcopy_ram_fault_thread() 1315 struct PostCopyFD *cur = &g_array_index(pcrfds, struct PostCopyFD, i); in postcopy_notify_shared_wake() 1404 int postcopy_request_shared_page(struct PostCopyFD *pcfd, RAMBlock *rb, in postcopy_request_shared_page() 1427 int postcopy_wake_shared(struct PostCopyFD *pcfd, in postcopy_wake_shared() 1554 void postcopy_register_shared_ufd(struct PostCopyFD *pcfd) in postcopy_register_shared_ufd() [all …]
|
H A D | migration.c | 247 g_array_new(FALSE, TRUE, sizeof(struct PostCopyFD)); in migration_object_init()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 249 struct PostCopyFD postcopy_fd; 1937 static int vhost_user_postcopy_fault_handler(struct PostCopyFD *pcfd, in vhost_user_postcopy_fault_handler() 1971 static int vhost_user_postcopy_waker(struct PostCopyFD *pcfd, RAMBlock *rb, in vhost_user_postcopy_waker()
|