Home
last modified time | relevance | path

Searched refs:pagefault (Results 1 – 5 of 5) sorted by relevance

/qemu/migration/
H A Dpostcopy-ram.c1066 (void *)(uintptr_t)msg.arg.pagefault.address, in postcopy_ram_fault_thread()
1070 PRIx64, (uint64_t)msg.arg.pagefault.address); in postcopy_ram_fault_thread()
1075 trace_postcopy_ram_fault_thread_request(msg.arg.pagefault.address, in postcopy_ram_fault_thread()
1078 msg.arg.pagefault.feat.ptid); in postcopy_ram_fault_thread()
1080 (uintptr_t)(msg.arg.pagefault.address), in postcopy_ram_fault_thread()
1081 msg.arg.pagefault.feat.ptid, rb); in postcopy_ram_fault_thread()
1089 msg.arg.pagefault.address); in postcopy_ram_fault_thread()
H A Dram.c1428 page_address = (void *)(uintptr_t) uffd_msg.arg.pagefault.address; in poll_fault_page()
/qemu/linux-headers/linux/
H A Duserfaultfd.h122 } pagefault; member
/qemu/docs/devel/migration/
H A Dpostcopy.rst37 long the vCPU was in state of interruptible sleep due to pagefault.
/qemu/hw/virtio/
H A Dvhost-user.c1921 uint64_t faultaddr = msg->arg.pagefault.address; in vhost_user_postcopy_fault_handler()