Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Duserfaultfd.h34 int uffd_unregister_memory(int uffd_fd, void *addr, uint64_t length);
/qemu/util/
H A Duserfaultfd.c187 int uffd_unregister_memory(int uffd_fd, void *addr, uint64_t length) in uffd_unregister_memory() function
/qemu/migration/
H A Dram.c1700 uffd_unregister_memory(rs->uffdio_fd, block->host, block->max_length); in ram_write_tracking_start()
1725 uffd_unregister_memory(rs->uffdio_fd, block->host, block->max_length); in ram_write_tracking_stop()