Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kvm/
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()
A Dbook3s_hv_builtin.c497 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_end_cede()
A Dpowerpc.c760 vcpu = container_of(timer, struct kvm_vcpu, arch.dec_timer); in kvmppc_decrementer_wakeup()
770 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in kvm_arch_vcpu_create()
771 vcpu->arch.dec_timer.function = kvmppc_decrementer_wakeup; in kvm_arch_vcpu_create()
800 hrtimer_cancel(&vcpu->arch.dec_timer); in kvm_arch_vcpu_destroy()
A Dbook3s_hv.c3074 hrtimer_start(&vcpu->arch.dec_timer, dec_nsec, HRTIMER_MODE_REL); in kvmppc_set_timer()
3247 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_start_thread()
4654 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmhv_run_single_vcpu()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dkvm_host.h753 struct hrtimer dec_timer; member

Completed in 21 milliseconds