Home
last modified time | relevance | path

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

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