Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Demulate.c32 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_emulate_dec()
58 hrtimer_start(&vcpu->arch.dec_timer, in kvmppc_emulate_dec()
H A Dpowerpc.c756 vcpu = container_of(timer, struct kvm_vcpu, arch.dec_timer); in kvmppc_decrementer_wakeup()
766 hrtimer_setup(&vcpu->arch.dec_timer, kvmppc_decrementer_wakeup, CLOCK_REALTIME, in kvm_arch_vcpu_create()
796 hrtimer_cancel(&vcpu->arch.dec_timer); in kvm_arch_vcpu_destroy()
H A Dbook3s_hv.c3169 hrtimer_start(&vcpu->arch.dec_timer, dec_nsec, HRTIMER_MODE_REL); in kvmppc_set_timer()
3342 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_start_thread()
4973 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmhv_run_single_vcpu()
/linux/arch/powerpc/include/asm/
H A Dkvm_host.h772 struct hrtimer dec_timer; member