pub const PRIVILEGE_LEVEL_SUPERVISOR: u8 = 0b01;
Expand description

The RISC-V privilege level encoding for the supervisor level.