Home
last modified time | relevance | path

Searched defs:EnableAllTranslations (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralAccessMethods.cs76 public void EnableAllTranslations(bool enable, Endianess endianess) in EnableAllTranslations() method in Antmicro.Renode.Peripherals.Bus.PeripheralAccessMethods
DIBusController.cs106 void EnableAllTranslations(bool enable = true); in EnableAllTranslations() method
107 void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true); in EnableAllTranslations() method
DBusControllerProxy.cs360 public virtual void EnableAllTranslations(bool enable = true) in EnableAllTranslations() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
365 public virtual void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
DSystemBus.cs324 public void EnableAllTranslations(bool enable = true) in EnableAllTranslations() method in Antmicro.Renode.Peripherals.Bus.SystemBus
332 public void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations() method in Antmicro.Renode.Peripherals.Bus.SystemBus