Home
last modified time | relevance | path

Searched refs:timer_next_event (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dkvm_vcpu_timer.h35 int (*timer_next_event)(struct kvm_vcpu *vcpu, u64 ncycles); member
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_timer.c106 return t->timer_next_event(vcpu, ncycles); in kvm_riscv_vcpu_timer_next_event()
259 t->timer_next_event = kvm_riscv_vcpu_update_vstimecmp; in kvm_riscv_vcpu_timer_init()
263 t->timer_next_event = kvm_riscv_vcpu_update_hrtimer; in kvm_riscv_vcpu_timer_init()