From: Mark Corbin<mark.corbin@embecsom.com>
Implemented the RISC-V CPU execution loop, including handling various
exceptions and system calls. The loop continuously executes CPU
instructions,processes exceptions, and handles system calls by invoking
FreeBSD syscall handlers.
Signed-off-by: Mark Corbin<mark.corbin@embecsom.com>
Signed-off-by: Ajeet Singh<itachis@FreeBSD.org>
Co-authored-by: Jessica Clarke<jrtc27@jrtc27.com>
Co-authored-by: Kyle Evans<kevans@FreeBSD.org>
---
bsd-user/riscv/target_arch_cpu.h | 94 ++++++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)