Module sbi_spec::hsm::hart_state

source ·
Expand description

Hart states.

Declared in Table 1 at §9.

Constants§

  • The hart is pending before being resumed.
  • The hart is physically powered-up and executing normally.
  • The hart is pending before being started
  • The hart is not executing in supervisor-mode or any lower privilege mode.
  • The hart is pending before being stopped.
  • The hart is in a platform-specific suspend (or low-power) state.
  • The hart is pending before being suspended.