Crate aarch64_rt

Source
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§

InitialPagetable
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.