Lines Matching refs:sync_area
96 struct sync_area { struct
291 struct sync_area *sync; in prepare_vm()
385 static void let_guest_run(struct sync_area *sync) in let_guest_run()
392 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_spin_until_start()
398 static void make_guest_exit(struct sync_area *sync) in make_guest_exit()
405 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in _guest_should_exit()
418 static noinline void host_perform_sync(struct sync_area *sync) in host_perform_sync()
431 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_perform_sync()
449 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move()
478 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map()
510 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap()
545 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_rw()
578 struct sync_area *sync, in test_memslot_move_prepare()
614 struct sync_area *sync, in test_memslot_move_prepare_active()
621 struct sync_area *sync, in test_memslot_move_prepare_inactive()
627 static void test_memslot_move_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_move_loop()
680 static void test_memslot_map_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_map_loop()
719 struct sync_area *sync, in test_memslot_unmap_loop_common()
746 struct sync_area *sync) in test_memslot_unmap_loop()
757 struct sync_area *sync) in test_memslot_unmap_loop_chunked()
765 static void test_memslot_rw_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_rw_loop()
794 bool (*prepare)(struct vm_data *data, struct sync_area *sync,
796 void (*loop)(struct vm_data *data, struct sync_area *sync);
808 struct sync_area *sync; in test_execute()