Expand description
Startup code for aarch64 Cortex-A processors.
Macros§
- entry
- Marks the main function of the binary and reserves space for the boot stack.
- initial_
pagetable - Provides an initial pagetable which can be used before any Rust code is run.
Structs§
- Initial
Pagetable - A hardcoded pagetable.
- Stack
- A stack for some CPU core.
Functions§
- secondary_
entry ⚠ - An assembly entry point for secondary cores.
- start_
core ⚠ - Issues a PSCI CPU_ON call to start the CPU core with the given MPIDR.