Lines Matching refs:sync_area

103 struct sync_area {  struct
244 struct sync_area *sync; in prepare_vm()
343 static void let_guest_run(struct sync_area *sync) in let_guest_run()
350 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_spin_until_start()
356 static void make_guest_exit(struct sync_area *sync) in make_guest_exit()
363 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in _guest_should_exit()
376 static noinline void host_perform_sync(struct sync_area *sync) in host_perform_sync()
389 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_perform_sync()
407 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move()
435 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map()
464 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap()
529 struct sync_area *sync, in test_memslot_move_prepare()
559 struct sync_area *sync, in test_memslot_move_prepare_active()
566 struct sync_area *sync, in test_memslot_move_prepare_inactive()
572 static void test_memslot_move_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_move_loop()
623 static void test_memslot_map_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_map_loop()
664 struct sync_area *sync, in test_memslot_unmap_loop_common()
691 struct sync_area *sync) in test_memslot_unmap_loop()
697 struct sync_area *sync) in test_memslot_unmap_loop_chunked()
702 static void test_memslot_rw_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_rw_loop()
730 bool (*prepare)(struct vm_data *data, struct sync_area *sync,
732 void (*loop)(struct vm_data *data, struct sync_area *sync);
744 struct sync_area *sync; in test_execute()