Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Driscvreg.h185 #define HCOUNTEREN_TM (1UL << 1) /* Time */ macro
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c216 hypctx->guest_scounteren = HCOUNTEREN_CY | HCOUNTEREN_TM; in vmmops_vcpu_init()
635 csr_write(hcounteren, HCOUNTEREN_CY | HCOUNTEREN_TM); in vmmops_run()