Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.h299 __u64 kvm_s390_get_cpu_timer(struct kvm_vcpu *vcpu);
Dinterrupt.c201 return kvm_s390_get_cpu_timer(vcpu) >> 63; in cpu_timer_irq_pending()
626 rc |= put_guest_lc(vcpu, kvm_s390_get_cpu_timer(vcpu), in __write_machine_check()
1165 cputm = kvm_s390_get_cpu_timer(vcpu); in __calculate_sltime()
1172 sltime = kvm_s390_get_cpu_timer(vcpu); in __calculate_sltime()
Dkvm-s390.c2804 __u64 kvm_s390_get_cpu_timer(struct kvm_vcpu *vcpu) in kvm_s390_get_cpu_timer() function
3206 r = put_user(kvm_s390_get_cpu_timer(vcpu), in kvm_arch_vcpu_ioctl_get_one_reg()
3964 kvm_run->s.regs.cputm = kvm_s390_get_cpu_timer(vcpu); in store_regs()
4103 cputm = kvm_s390_get_cpu_timer(vcpu); in kvm_s390_store_status_unloaded()