Searched defs:RamData (Results 1 – 1 of 1) sorted by relevance
105 struct RamData { struct106 places: BTreeMap<SlotKey, SlotPlace>,107 total: u32,1679 impl RamData { implementation1682 fn new(slots: &[[SlotInfo; 2]]) -> RamData { in new()1769 ram: &RamData, in install_image()