Home
last modified time | relevance | path

Searched defs:sysbus (Results 1 – 25 of 49) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DSystemBusHooksExtensions.cs18 …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()
DWatchpointHookPythonEngine.cs21 public WatchpointHookPythonEngine(IBusController sysbus, string script) in WatchpointHookPythonEngine()
55 private readonly IBusController sysbus; field in Antmicro.Renode.Hooks.WatchpointHookPythonEngine
DBusPeripheralsHooksPythonEngine.cs21 …public BusPeripheralsHooksPythonEngine(IBusController sysbus, IBusPeripheral peripheral, string re… in BusPeripheralsHooksPythonEngine()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSynopsysEthernetMAC.cs435 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()
DGaislerEth.cs320 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/
DMachineExtensions.cs53 …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/
DDmaEngine.cs187 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.DMA.DmaEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DVybridDCU.cs103 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.VybridDCU
DTegraDisplay.cs97 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.TegraDisplay
DPL110.cs78 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.PL110
DLiteX_Framebuffer.cs106 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.LiteX_Framebuffer
DLiteX_Framebuffer_CSR32.cs120 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Video.LiteX_Framebuffer_CSR32
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DTCMConfiguration.cs24 …public static bool TryFindRegistrationAddress(IBusController sysbus, ICPU cpu, IMemory memory, out… in TryFindRegistrationAddress()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DSimpleDMA.cs61 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.SimpleDMA
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs34 internal PeripheralCollection(SystemBus sysbus) in PeripheralCollection()
314 private readonly SystemBus sysbus; field in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection
DRedirector.cs20 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/
DTegraDmaHost1X.cs235 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.DMA.TegraDmaHost1X
DEOSS3_SPI_DMA.cs223 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/
DS32K3XX_FlexIO_SENT.cs106 private IBusController sysbus; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIO_SENT
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DBitBanding.cs112 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Miscellaneous.BitBanding
DBitAccess.cs69 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Miscellaneous.BitAccess
DSEMA4.cs154 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Miscellaneous.SEMA4
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs460 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/
DPULP_uDMA_Camera.cs149 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.Sensors.PULP_uDMA_Camera
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DPULP_uDMA_UART.cs168 private readonly IBusController sysbus; field in Antmicro.Renode.Peripherals.UART.PULP_uDMA_UART

12