Searched refs:dec_timer (Results 1 – 4 of 4) sorted by relevance
43 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_emulate_dec()76 hrtimer_start(&vcpu->arch.dec_timer, in kvmppc_emulate_dec()
636 hrtimer_cancel(&vcpu->arch.dec_timer); in kvm_arch_vcpu_free()666 vcpu = container_of(timer, struct kvm_vcpu, arch.dec_timer); in kvmppc_decrementer_wakeup()676 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in kvm_arch_vcpu_init()677 vcpu->arch.dec_timer.function = kvmppc_decrementer_wakeup; in kvm_arch_vcpu_init()
1715 hrtimer_start(&vcpu->arch.dec_timer, ktime_set(0, dec_nsec), in kvmppc_set_timer()1724 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_end_cede()1798 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_start_thread()
608 struct hrtimer dec_timer; member