Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_timer.c257 t->sstc_enabled = true; in kvm_riscv_vcpu_timer_init()
261 t->sstc_enabled = false; in kvm_riscv_vcpu_timer_init()
305 if (!t->sstc_enabled) in kvm_riscv_vcpu_timer_restore()
326 if (!t->sstc_enabled) in kvm_riscv_vcpu_timer_sync()
341 if (!t->sstc_enabled) in kvm_riscv_vcpu_timer_save()
/openbmc/linux/arch/riscv/include/asm/
H A Dkvm_vcpu_timer.h33 bool sstc_enabled; member