Skip to main content

start

Function start 

Source
pub unsafe fn start(cpu_id: usize, layout: PlatformMemoryLayout)
Expand description

Starts the RMM on the specified CPU with the given memory layout.

ยงSafety

The caller must ensure that:

  • The caller must ensure that cpu_id corresponds to a valid and initialized CPU.
  • The layout must be a valid PlatformMemoryLayout appropriate for the platform.
  • Calling this function may alter system-level configurations and should be done with caution.