Home
last modified time | relevance | path

Searched refs:MMUWindow (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DWindowMMUBusController.cs20 Windows = new List<MMUWindow>(); in WindowMMUBusController()
40 public List<MMUWindow> Windows { get; }
94 public class MMUWindow class in Antmicro.Renode.Peripherals.Bus.WindowMMUBusController
96 public MMUWindow(IEmulationElement emulationParent) in MMUWindow() method in Antmicro.Renode.Peripherals.Bus.WindowMMUBusController.MMUWindow
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DWindowIOMMU.cs67 busController.Windows.Add(new WindowMMUBusController.MMUWindow(this)); in DefineRegisters()