Function stack_rev
Source pub fn stack_rev() -> Range<*mut u32>
Expand description
The Range currently in use for the current hart’s stack,
defined in reverse such that Range operations are viable.
Hence the end of this Range is where the current hart’s stack starts.