Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_SEPC (Results 1 – 5 of 5) sorted by relevance

/src/sys/riscv/include/
H A Dvmm.h92 VM_REG_GUEST_SEPC, enumerator
/src/usr.sbin/bhyve/riscv/
H A Dbhyverun_machdep.c324 error = vm_set_register(bsp, VM_REG_GUEST_SEPC, elr); in bhyve_init_platform()
H A Dvmexit.c206 error = vm_set_register(newvcpu, VM_REG_GUEST_SEPC, in vmexit_ecall_hsm()
/src/sys/riscv/vmm/
H A Dvmm.c486 if (error || reg != VM_REG_GUEST_SEPC) in vm_set_register()
H A Dvmm_riscv.c845 case VM_REG_GUEST_SEPC: in hypctx_regptr()