Crate memory_aarch64

source ·
Expand description

This crate implements the virtual memory subsystem interfaces for Theseus on aarch64. memory uses this crate to get the memory layout and do other arch-specific operations on aarch64.

This is the top-level arch-specific memory crate. All arch-specific definitions for memory system are exported from this crate.

Re-exports

Macros

  • Configures the MMU based on the pointer to a MmuConfig, in x2. This function makes use of x3 too. If the MMU was enabled on the origin core, it will be enabled by this on the target core.

Structs

Functions