Function init_local_map

Source
pub fn init_local_map(va: u64) -> LocalMap<'static>
Expand description

Initializes the local map. This function should only be called once. It returns a LocalMap structure with a static lifetime. va is the virtual address of the local map region. It must be 2MB aligned.