Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Duserfaultfd.h35 int uffd_change_protection(int uffd_fd, void *addr, uint64_t length,
/qemu/util/
H A Duserfaultfd.c213 int uffd_change_protection(int uffd_fd, void *addr, uint64_t length, in uffd_change_protection() function
/qemu/migration/
H A Dram.c1457 res = uffd_change_protection(rs->uffdio_fd, page_address, run_length, in ram_save_release_protection()
1623 return uffd_change_protection(uffd_fd, rb->host + offset, size, true, in uffd_protect_section()
1644 return uffd_change_protection(uffd_fd, rb->host, in ram_block_uffd_protect()