Home
last modified time | relevance | path

Searched refs:get_kvmclock_ns (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dxen.c272 guest_now = get_kvmclock_ns(vcpu->kvm); in kvm_xen_start_timer()
590 u64 now = get_kvmclock_ns(v->kvm); in kvm_xen_update_runstate()
1039 if (get_kvmclock_ns(vcpu->kvm) < in kvm_xen_vcpu_set_attr()
1080 if (get_kvmclock_ns(vcpu->kvm) < in kvm_xen_vcpu_set_attr()
H A Dx86.c3258 u64 get_kvmclock_ns(struct kvm *kvm) in get_kvmclock_ns() function
3513 return ktime_get_real_ns() - get_kvmclock_ns(kvm); in kvm_get_wall_clock_epoch()