Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c283 sync_global_from_guest(vm, guest_stolen_time[i]); in main()
304 sync_global_from_guest(vm, guest_stolen_time[i]); in main()
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c245 sync_global_from_guest(vm, *shared_data); in test_vcpu_run()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c227 sync_global_from_guest(vcpu->vm, pmc_results); in run_vcpu_and_sync_pmc_results()
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h788 #define sync_global_from_guest(vm, g) ({ \ macro