Home
last modified time | relevance | path

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

/freebsd/lib/libvmmapi/riscv/
H A Dvmmapi_machdep.c43 [VM_CAP_SSTC] = "sstc",
/freebsd/sys/riscv/include/
H A Dvmm.h204 VM_CAP_SSTC, enumerator
/freebsd/usr.sbin/bhyve/riscv/
H A Dbhyverun_machdep.c330 error = vm_get_capability(bsp, VM_CAP_SSTC, &retval); in bhyve_init_platform()
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c931 case VM_CAP_SSTC: in vmmops_getcap()