Home
last modified time | relevance | path

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

/qemu/migration/
H A Dpostcopy-ram.c1278 struct uffdio_copy copy_struct; in qemu_ufd_copy_ioctl() local
1279 copy_struct.dst = (uint64_t)(uintptr_t)host_addr; in qemu_ufd_copy_ioctl()
1280 copy_struct.src = (uint64_t)(uintptr_t)from_addr; in qemu_ufd_copy_ioctl()
1281 copy_struct.len = pagesize; in qemu_ufd_copy_ioctl()
1282 copy_struct.mode = 0; in qemu_ufd_copy_ioctl()
1283 ret = ioctl(userfault_fd, UFFDIO_COPY, &copy_struct); in qemu_ufd_copy_ioctl()