Constant sbi_spec::hsm::hart_state::STOPPED
source · pub const STOPPED: usize = 1;
Expand description
The hart is not executing in supervisor-mode or any lower privilege mode.
It is probably powered-down by the SBI implementation if the underlying platform has a mechanism to physically power-down harts.