Lines Matching defs:sync

253 	struct sync_area *sync;  in prepare_vm()  local
353 static void let_guest_run(struct sync_area *sync) in let_guest_run()
360 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_spin_until_start() local
366 static void make_guest_exit(struct sync_area *sync) in make_guest_exit()
373 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in _guest_should_exit() local
386 static noinline void host_perform_sync(struct sync_area *sync) in host_perform_sync()
399 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_perform_sync() local
417 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move() local
445 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map() local
474 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap() local
539 struct sync_area *sync, in test_memslot_move_prepare()
569 struct sync_area *sync, in test_memslot_move_prepare_active()
576 struct sync_area *sync, in test_memslot_move_prepare_inactive()
582 static void test_memslot_move_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_move_loop()
633 static void test_memslot_map_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_map_loop()
674 struct sync_area *sync, in test_memslot_unmap_loop_common()
701 struct sync_area *sync) in test_memslot_unmap_loop()
707 struct sync_area *sync) in test_memslot_unmap_loop_chunked()
712 static void test_memslot_rw_loop(struct vm_data *data, struct sync_area *sync) in test_memslot_rw_loop()
754 struct sync_area *sync; in test_execute() local