Home
last modified time | relevance | path

Searched refs:dec_timer (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/kvm/
Demulate.c43 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_emulate_dec()
70 hrtimer_start(&vcpu->arch.dec_timer, in kvmppc_emulate_dec()
Dpowerpc.c721 hrtimer_cancel(&vcpu->arch.dec_timer); in kvm_arch_vcpu_free()
754 vcpu = container_of(timer, struct kvm_vcpu, arch.dec_timer); in kvmppc_decrementer_wakeup()
764 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in kvm_arch_vcpu_init()
765 vcpu->arch.dec_timer.function = kvmppc_decrementer_wakeup; in kvm_arch_vcpu_init()
Dbook3s_hv.c2165 hrtimer_start(&vcpu->arch.dec_timer, dec_nsec, HRTIMER_MODE_REL); in kvmppc_set_timer()
2173 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_end_cede()
2294 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_start_thread()
/Linux-v4.19/arch/powerpc/include/asm/
Dkvm_host.h713 struct hrtimer dec_timer; member