Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dkvm_vcpu_timer.h38 int kvm_riscv_vcpu_timer_next_event(struct kvm_vcpu *vcpu, u64 ncycles);
/linux-6.12.1/arch/riscv/kvm/
Dvcpu_sbi_v01.c43 ret = kvm_riscv_vcpu_timer_next_event(vcpu, next_cycle); in kvm_sbi_ext_v01_handler()
Dvcpu_timer.c102 int kvm_riscv_vcpu_timer_next_event(struct kvm_vcpu *vcpu, u64 ncycles) in kvm_riscv_vcpu_timer_next_event() function
232 ret = kvm_riscv_vcpu_timer_next_event(vcpu, reg_val); in kvm_riscv_vcpu_set_reg_timer()
Dvcpu_sbi_replace.c34 kvm_riscv_vcpu_timer_next_event(vcpu, next_cycle); in kvm_sbi_ext_time_handler()