Home
last modified time | relevance | path

Searched refs:kvm_s390_get_tod_clock_fast (Results 1 – 3 of 3) sorted by relevance

/arch/s390/kvm/
Dkvm-s390.h274 static inline u64 kvm_s390_get_tod_clock_fast(struct kvm *kvm) in kvm_s390_get_tod_clock_fast() function
Dinterrupt.c72 if (vcpu->arch.sie_block->ckc >= kvm_s390_get_tod_clock_fast(vcpu->kvm)) in ckc_irq_pending()
849 now = kvm_s390_get_tod_clock_fast(vcpu->kvm); in kvm_s390_handle_wait()
888 now = kvm_s390_get_tod_clock_fast(vcpu->kvm); in kvm_s390_idle_wakeup()
Dkvm-s390.c592 gtod = kvm_s390_get_tod_clock_fast(kvm); in kvm_s390_get_tod_low()