Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/riscv/
H A Dbhyverun_machdep.c320 error = vm_set_register(bsp, VM_REG_GUEST_SEPC, elr); in bhyve_init_platform()
H A Dvmexit.c204 error = vm_set_register(newvcpu, VM_REG_GUEST_SEPC, in vmexit_ecall_hsm()
/freebsd/sys/riscv/include/
H A Dvmm.h91 VM_REG_GUEST_SEPC, enumerator
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c845 case VM_REG_GUEST_SEPC: in hypctx_regptr()
H A Dvmm.c985 if (error || reg != VM_REG_GUEST_SEPC) in vm_set_register()