Re: [PATCH v8 4/5] target/riscv: Add Smrnmi mnret instruction

2024-11-17 Thread Alistair Francis
On Mon, Oct 21, 2024 at 1:05 PM wrote: > > From: Tommy Wu > > This patch adds a new instruction 'mnret'. 'mnret' is an M-mode-only > instruction that uses the values in `mnepc` and `mnstatus` to return to the > program counter, privilege mode, and virtualization mode of the > interrupted context.

[PATCH v8 4/5] target/riscv: Add Smrnmi mnret instruction

2024-10-20 Thread frank . chang
From: Tommy Wu This patch adds a new instruction 'mnret'. 'mnret' is an M-mode-only instruction that uses the values in `mnepc` and `mnstatus` to return to the program counter, privilege mode, and virtualization mode of the interrupted context. Signed-off-by: Frank Chang Signed-off-by: Tommy Wu