Module hart_state

Source
Expand description

Hart states.

Declared in Table 1 at §9.

Constants§

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