Home
last modified time | relevance | path

Searched refs:sync_global_from_guest (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dkvm_buslock_test.c125 sync_global_from_guest(vm, *val); in main()
H A Dpmu_event_filter_test.c172 sync_global_from_guest(vcpu->vm, pmc_results); in run_vcpu_and_sync_pmc_results()
/linux/tools/testing/selftests/kvm/
H A Darch_timer.c67 sync_global_from_guest(vm, *shared_data); in test_vcpu_run()
H A Ddirty_log_test.c723 sync_global_from_guest(vm, nr_writes); in run_test()
779 sync_global_from_guest(vm, nr_writes); in run_test()
H A Dsteal_time.c552 sync_global_from_guest(vm, guest_stolen_time[i]); in main()
573 sync_global_from_guest(vm, guest_stolen_time[i]); in main()
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h1136 #define sync_global_from_guest(vm, g) ({ \ macro