| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | SystemBusHooksExtensions.cs | 18 …public static void SetHookAfterPeripheralRead(this IBusController sysbus, IBusPeripheral periphera… in SetHookAfterPeripheralRead() 27 …public static void SetHookBeforePeripheralWrite(this IBusController sysbus, IBusPeripheral periphe… in SetHookBeforePeripheralWrite() 36 …public static void AddWatchpointHook(this IBusController sysbus, ulong address, SysbusAccessWidth … in AddWatchpointHook()
|
| D | WatchpointHookPythonEngine.cs | 21 public WatchpointHookPythonEngine(IBusController sysbus, string script) in WatchpointHookPythonEngine() 55 private readonly IBusController sysbus; field in Antmicro.Renode.Hooks.WatchpointHookPythonEngine
|
| D | BusPeripheralsHooksPythonEngine.cs | 21 …public BusPeripheralsHooksPythonEngine(IBusController sysbus, IBusPeripheral peripheral, string re… in BusPeripheralsHooksPythonEngine()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | SynopsysEthernetMAC.cs | 435 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC 458 …public Descriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion versi… in Descriptor() 541 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC.Descriptor 546 …public TxDescriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion ver… in TxDescriptor() 621 …public RxDescriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion ver… in RxDescriptor()
|
| D | GaislerEth.cs | 320 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Network.GaislerEth 364 public transmitDescriptor(IBusController sysbus) in transmitDescriptor() 414 public receiveDescriptor(IBusController sysbus) in receiveDescriptor()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/ |
| D | MachineExtensions.cs | 53 …public static void LoadFdt(this IBusController sysbus, string file, ulong address, string bootargs… in LoadFdt() 115 …public static void WriteASCIIString(this IBusController sysbus, ulong address, string stringToLoad… in WriteASCIIString()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/ |
| D | DmaEngine.cs | 187 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.DMA.DmaEngine
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/ |
| D | VybridDCU.cs | 103 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.VybridDCU
|
| D | TegraDisplay.cs | 97 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.TegraDisplay
|
| D | PL110.cs | 78 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.PL110
|
| D | LiteX_Framebuffer.cs | 106 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.LiteX_Framebuffer
|
| D | LiteX_Framebuffer_CSR32.cs | 120 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.LiteX_Framebuffer_CSR32
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | TCMConfiguration.cs | 24 …public static bool TryFindRegistrationAddress(IBusController sysbus, ICPU cpu, IMemory memory, out… in TryFindRegistrationAddress()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/ |
| D | SimpleDMA.cs | 61 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.SimpleDMA
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | PeripheralCollection.cs | 34 internal PeripheralCollection(SystemBus sysbus) in PeripheralCollection() 314 private readonly SystemBus sysbus; field in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection
|
| D | Redirector.cs | 20 public static void Redirect(this IBusController sysbus, ulong from, ulong to, ulong size) in Redirect()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | TegraDmaHost1X.cs | 235 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.DMA.TegraDmaHost1X
|
| D | EOSS3_SPI_DMA.cs | 223 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.DMA.EOSS3_SPI_DMA
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/ |
| D | S32K3XX_FlexIO_SENT.cs | 106 private IBusController sysbus; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIO_SENT
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | BitBanding.cs | 112 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Miscellaneous.BitBanding
|
| D | BitAccess.cs | 69 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Miscellaneous.BitAccess
|
| D | SEMA4.cs | 154 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Miscellaneous.SEMA4
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ |
| D | SystemBusTests.cs | 460 private IBusController sysbus; field in Antmicro.Renode.UnitTests.SystemBusTests 582 …public static void Register(this SystemBus sysbus, IBusPeripheral peripheral, Antmicro.Renode.Core… in Register()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | PULP_uDMA_Camera.cs | 149 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Sensors.PULP_uDMA_Camera
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ |
| D | PULP_uDMA_UART.cs | 168 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.UART.PULP_uDMA_UART
|