Searched refs:KVM_GET_CLOCK (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | kvm_clock_test.c | 115 vm_ioctl(vm, KVM_GET_CLOCK, &start); in enter_guest() 118 vm_ioctl(vm, KVM_GET_CLOCK, &end); in enter_guest()
|
| H A D | xen_shinfo_test.c | 1001 vm_ioctl(vm, KVM_GET_CLOCK, &kcdata); in main() 1005 printf("KVM_GET_CLOCK clock: %lld.%09lld\n", in main() 1007 printf("KVM_GET_CLOCK realtime: %lld.%09lld\n", in main() 1014 * KVM_GET_CLOCK gives CLOCK_REALTIME which jumps on leap seconds updates but in main() 1020 "Guest's epoch from shinfo %d.%09d differs from KVM_GET_CLOCK %lld.%lld", in main()
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1301 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
|