Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kvm/
Dkvm-s390.h298 __u64 kvm_s390_get_cpu_timer(struct kvm_vcpu *vcpu);
Dinterrupt.c194 return kvm_s390_get_cpu_timer(vcpu) >> 63; in cpu_timer_irq_pending()
536 rc |= put_guest_lc(vcpu, kvm_s390_get_cpu_timer(vcpu), in __write_machine_check()
1075 cputm = kvm_s390_get_cpu_timer(vcpu); in __calculate_sltime()
1082 sltime = kvm_s390_get_cpu_timer(vcpu); in __calculate_sltime()
Dkvm-s390.c2491 __u64 kvm_s390_get_cpu_timer(struct kvm_vcpu *vcpu) in kvm_s390_get_cpu_timer() function
2840 r = put_user(kvm_s390_get_cpu_timer(vcpu), in kvm_arch_vcpu_ioctl_get_one_reg()
3594 kvm_run->s.regs.cputm = kvm_s390_get_cpu_timer(vcpu); in store_regs()
3729 cputm = kvm_s390_get_cpu_timer(vcpu); in kvm_s390_store_status_unloaded()