Lines Matching defs:sync
244 struct sync_area *sync; in prepare_vm() local
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() local
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() local
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() local
407 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move() local
435 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map() local
464 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap() local
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()
744 struct sync_area *sync; in test_execute() local