Supervisor Previous Privilege
Today’s @risc_v Tip:
The 8th bit in the Supervisor (S) Status (sstatus
) CSR is called the SPP bit and indicates the hart’s privilege level before entering S mode. 0 indicates User (U) mode, and 1 indicates other. An sret
instruction changes mode to U if SPP is 0 and S if 1.