Lines Matching defs:sync

288 	struct sync_area *sync;  in prepare_vm()  local
382 static void let_guest_run(struct sync_area *sync) in let_guest_run()
389 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_spin_until_start() local
395 static void make_guest_exit(struct sync_area *sync) in make_guest_exit()
402 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in _guest_should_exit() local
415 static noinline void host_perform_sync(struct sync_area *sync) in host_perform_sync()
428 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_perform_sync() local
446 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move() local
475 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map() local
507 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap() local
542 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_rw() local
575 struct sync_area *sync, in test_memslot_move_prepare()
606 struct sync_area *sync, in test_memslot_move_prepare_active()
613 struct sync_area *sync, in test_memslot_move_prepare_inactive()
619 static void test_memslot_move_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_move_loop()
672 static void test_memslot_map_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_map_loop()
711 struct sync_area *sync, in test_memslot_unmap_loop_common()
738 struct sync_area *sync) in test_memslot_unmap_loop()
749 struct sync_area *sync) in test_memslot_unmap_loop_chunked()
757 static void test_memslot_rw_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_rw_loop()
800 struct sync_area *sync; in test_execute() local