Re: [PATCH v3 05/20] target/riscv: additional code information for sw check

2024-08-06 Thread Richard Henderson
On 8/7/24 10:06, Deepak Gupta wrote: sw check exception support was recently added. This patch further augments sw check exception by providing support for additional code which is provided in *tval. Adds `sw_check_code` field in cpuarchstate. Whenever sw check exception is raised *tval gets the

[PATCH v3 05/20] target/riscv: additional code information for sw check

2024-08-06 Thread Deepak Gupta
sw check exception support was recently added. This patch further augments sw check exception by providing support for additional code which is provided in *tval. Adds `sw_check_code` field in cpuarchstate. Whenever sw check exception is raised *tval gets the value deposited in `sw_check_code`. Si