Home
last modified time | relevance | path

Searched refs:GetSystemBus (Results 1 – 25 of 77) sorted by relevance

1234

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAthenaX5200.cs23 aesServiceProvider = new AESServiceProvider(memoryManager, machine.GetSystemBus(this)); in AthenaX5200()
24 …viceProvider = new MessageAuthenticationServiceProvider(memoryManager, machine.GetSystemBus(this)); in AthenaX5200()
25 dsaServiceProvider = new DSAServiceProvider(memoryManager, machine.GetSystemBus(this)); in AthenaX5200()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DTegraDmaHost1X.cs19 dmaEngine = new DmaEngine(machine.GetSystemBus(this)); in TegraDmaHost1X()
20 sysbus = machine.GetSystemBus(this); in TegraDmaHost1X()
DUDMA.cs21 engine = new DmaEngine(machine.GetSystemBus(this)); in UDMA()
22 SystemBus = machine.GetSystemBus(this); in UDMA()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DPL110.cs22 sysbus = machine.GetSystemBus(this); in PL110()
DTegraDisplay.cs21 sysbus = machine.GetSystemBus(this); in TegraDisplay()
DVybridDCU.cs22 sysbus = machine.GetSystemBus(this); in VybridDCU()
DLiteX_Framebuffer_CSR32.cs25 sysbus = machine.GetSystemBus(this); in LiteX_Framebuffer_CSR32()
DLiteX_Framebuffer.cs25 sysbus = machine.GetSystemBus(this); in LiteX_Framebuffer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DSimpleDMA.cs19 sysbus = machine.GetSystemBus(this); in SimpleDMA()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DBitAccess.cs18 sysbus = machine.GetSystemBus(this); in BitAccess()
DBitBanding.cs21 sysbus = machine.GetSystemBus(this); in BitBanding()
DWindowIOMMU.cs22 busController = new WindowMMUBusController(this, machine.GetSystemBus(this)); in WindowIOMMU()
DAmbiqApollo4_Security.cs21 systemBus = machine.GetSystemBus(this); in AmbiqApollo4_Security()
DMPFS_SystemServices.cs20 sysbus = machine.GetSystemBus(this); in MPFS_SystemServices()
DBitBanding.tt38 sysbus = machine.GetSystemBus(this);
DSEMA4.cs20 sysbus = machine.GetSystemBus(this); in SEMA4()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DRedirector.cs33 systemBus = machine.GetSystemBus(this); in Redirector()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DNEORV32_MachineSystemTimer.cs76 if(machine.GetSystemBus(this).TryGetCurrentCPU(out var cpu))
DNXP_OsTimer.cs94 if(machine.GetSystemBus(this).TryGetCurrentCPU(out var cpu)) in SyncTime()
DNPCX_ITIM.cs109 if(syncTime && machine.GetSystemBus(this).TryGetCurrentCPU(out var cpu)) in GetTimerValue()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheral.cs103 return @this.GetMachine().GetSystemBus(busPeripheral).Endianess; in GetEndianness()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DS32K3XX_FlexIO_SENT.cs39 sysbus = flexIO.GetMachine().GetSystemBus(flexIO); in RegisterInFlexIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DPULP_uDMA_Camera.cs22 sysbus = machine.GetSystemBus(this); in PULP_uDMA_Camera()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DPULP_uDMA_UART.cs20 sysbus = machine.GetSystemBus(this); in PULP_uDMA_UART()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs20 sysbus = machine.GetSystemBus(this); in MSCM()

1234