Searched defs:uffd_fd (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/util/ |
H A D | userfaultfd.c | 71 int uffd_fd; in uffd_query_features() local 106 int uffd_fd; in uffd_create_fd() local 141 void uffd_close_fd(int uffd_fd) in uffd_close_fd() 158 int uffd_register_memory(int uffd_fd, void *addr, uint64_t length, in uffd_register_memory() 187 int uffd_unregister_memory(int uffd_fd, void *addr, uint64_t length) in uffd_unregister_memory() 213 int uffd_change_protection(int uffd_fd, void *addr, uint64_t length, in uffd_change_protection() 251 int uffd_copy_page(int uffd_fd, void *dst_addr, void *src_addr, in uffd_copy_page() 283 int uffd_zero_page(int uffd_fd, void *addr, uint64_t length, bool dont_wake) in uffd_zero_page() 315 int uffd_wakeup(int uffd_fd, void *addr, uint64_t length) in uffd_wakeup() 341 int uffd_read_events(int uffd_fd, struct uffd_msg *msgs, int count) in uffd_read_events() [all …]
|
/openbmc/qemu/migration/ |
H A D | ram.c | 1486 int uffd_fd; in ram_write_tracking_compatible() local 1621 int uffd_fd = (uintptr_t)opaque; in uffd_protect_section() local 1627 static int ram_block_uffd_protect(RAMBlock *rb, int uffd_fd) in ram_block_uffd_protect() 1655 int uffd_fd; in ram_write_tracking_start() local
|