Searched refs:uffd_change_protection (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | userfaultfd.h | 35 int uffd_change_protection(int uffd_fd, void *addr, uint64_t length,
|
/openbmc/qemu/util/ |
H A D | userfaultfd.c | 213 int uffd_change_protection(int uffd_fd, void *addr, uint64_t length, in uffd_change_protection() function
|
/openbmc/qemu/migration/ |
H A D | ram.c | 1458 res = uffd_change_protection(rs->uffdio_fd, page_address, run_length, in ram_save_release_protection() 1624 return uffd_change_protection(uffd_fd, rb->host + offset, size, true, in uffd_protect_section() 1645 return uffd_change_protection(uffd_fd, rb->host, in ram_block_uffd_protect()
|