pub(crate) fn reserved_memory_regions(
partition_info: &PartitionInfo,
sidecar: Option<&SidecarConfig<'_>>,
) -> OffStackRef<'static, impl AsRef<[(MemoryRange, ReservedMemoryType)]> + use<>>
Expand description
Construct a slice representing the reserved memory ranges to be reported to VTL2.