Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c733 vcpu = container_of(timer, struct kvm_vcpu, arch.dec_timer); in kvmppc_decrementer_wakeup()
743 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in kvm_arch_vcpu_create()
744 vcpu->arch.dec_timer.function = kvmppc_decrementer_wakeup; in kvm_arch_vcpu_create()
774 hrtimer_cancel(&vcpu->arch.dec_timer); in kvm_arch_vcpu_destroy()
H A Dbook3s_hv_builtin.c754 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_end_cede()
H A Dbook3s_hv.c2509 hrtimer_start(&vcpu->arch.dec_timer, dec_nsec, HRTIMER_MODE_REL); in kvmppc_set_timer()
2651 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_start_thread()
/kernel/linux/linux-6.6/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.c768 vcpu = container_of(timer, struct kvm_vcpu, arch.dec_timer); in kvmppc_decrementer_wakeup()
778 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in kvm_arch_vcpu_create()
779 vcpu->arch.dec_timer.function = kvmppc_decrementer_wakeup; in kvm_arch_vcpu_create()
808 hrtimer_cancel(&vcpu->arch.dec_timer); in kvm_arch_vcpu_destroy()
H A Dbook3s_hv_builtin.c498 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_end_cede()
H A Dbook3s_hv.c3102 hrtimer_start(&vcpu->arch.dec_timer, dec_nsec, HRTIMER_MODE_REL); in kvmppc_set_timer()
3275 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmppc_start_thread()
4688 hrtimer_try_to_cancel(&vcpu->arch.dec_timer); in kvmhv_run_single_vcpu()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dkvm_host.h748 struct hrtimer dec_timer; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dkvm_host.h753 struct hrtimer dec_timer; member

Completed in 26 milliseconds