Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DWindowIOMMU.cs22 busController = new WindowMMUBusController(this, machine.GetSystemBus(this)); in WindowIOMMU()
67 busController.Windows.Add(new WindowMMUBusController.MMUWindow(this)); in DefineRegisters()
105 private readonly WindowMMUBusController busController;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DWindowMMUBusController.cs15 public class WindowMMUBusController : BusControllerProxy class
17 …public WindowMMUBusController(IEmulationElement emulationParent, IBusController parentController) … in WindowMMUBusController() method in Antmicro.Renode.Peripherals.Bus.WindowMMUBusController