Searched refs:dec_timer (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Demulate.c32 hrtimer_try_to_cancel(&vcpu->arch.dec_timer);
58 hrtimer_start(&vcpu->arch.dec_timer,
H A Dbook3s_hv_builtin.c502 hrtimer_try_to_cancel(&vcpu->arch.dec_timer);
H A Dpowerpc.c762 vcpu = container_of(timer, struct kvm_vcpu, arch.dec_timer);
772 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS);
773 vcpu->arch.dec_timer.function = kvmppc_decrementer_wakeup;
802 hrtimer_cancel(&vcpu->arch.dec_timer);
H A Dbook3s_hv.c3167 hrtimer_start(&vcpu->arch.dec_timer, dec_nsec, HRTIMER_MODE_REL);
3340 hrtimer_try_to_cancel(&vcpu->arch.dec_timer);
4806 hrtimer_try_to_cancel(&vcpu->arch.dec_timer);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h769 struct hrtimer dec_timer; member in struct:kvmppc_slb::kvm_vcpu_arch

Completed in 167 milliseconds