Searched refs:sync_global_from_guest (Results 1 – 4 of 4) sorted by relevance
384 sync_global_from_guest(vm, guest_stolen_time[i]); in main()405 sync_global_from_guest(vm, guest_stolen_time[i]); in main()
67 sync_global_from_guest(vm, *shared_data); in test_vcpu_run()
172 sync_global_from_guest(vcpu->vm, pmc_results); in run_vcpu_and_sync_pmc_results()
986 #define sync_global_from_guest(vm, g) ({ \ macro