fn allocate_vtl2_ram(
params: &ShimParams,
partition_memory_map: &[MemoryEntry],
ram_size: Option<u64>,
) -> OffStackRef<'static, impl AsRef<[MemoryEntry]> + use<>>
Expand description
Allocate VTL2 ram from the partition’s memory map.
fn allocate_vtl2_ram(
params: &ShimParams,
partition_memory_map: &[MemoryEntry],
ram_size: Option<u64>,
) -> OffStackRef<'static, impl AsRef<[MemoryEntry]> + use<>>
Allocate VTL2 ram from the partition’s memory map.