Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Driscvreg.h184 #define HCOUNTEREN_CY (1UL << 0) /* Cycle */ 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()