Home
last modified time | relevance | path

Searched defs:bus (Results 1 – 14 of 14) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DDSAServiceProvider.cs18 public DSAServiceProvider(InternalMemoryManager manager, IBusController bus) in DSAServiceProvider()
60 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.DSAServiceProvider
DAESServiceProvider.cs20 public AESServiceProvider(InternalMemoryManager manager, IBusController bus) in AESServiceProvider()
171 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider
DMessageAuthenticationServiceProvider.cs22 … public MessageAuthenticationServiceProvider(InternalMemoryManager manager, IBusController bus) in MessageAuthenticationServiceProvider()
207 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.MessageAuthenticationServiceProvider
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/ACPI/
DACPIExtensions.cs19 public static void GenerateACPITable(this IBusController bus, ulong address) in GenerateACPITable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs120 public static void EnablePeripheral(this IBusController bus, IPeripheral peripheral) in EnablePeripheral()
125 public static void DisablePeripheral(this IBusController bus, IPeripheral peripheral) in DisablePeripheral()
130 …public static void MoveBusMultiRegistrationWithinContext(this IBusController bus, IBusPeripheral p… in MoveBusMultiRegistrationWithinContext()
143 … public static void ZeroRange(this IBusController bus, long from, long size, ICPU context = null) in ZeroRange()
148 …public static ulong GetSymbolAddress(this IBusController bus, string symbolName, int index, ICPU c… in GetSymbolAddress()
166 …public static ulong GetSymbolAddress(this IBusController bus, string symbolName, ICPU context = nu… in GetSymbolAddress()
183 …public static void LoadSymbolsFrom(this IBusController bus, ReadFilePath fileName, bool useVirtual… in LoadSymbolsFrom()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs728 protected SysbusReaderWriterBase(IBusController bus, ulong startAddress, int length) in SysbusReaderWriterBase()
739 protected readonly IBusController bus; field in Antmicro.Renode.Peripherals.Miscellaneous.CC2538_Cryptoprocessor.SysbusReaderWriterBase
744 …public SysbusReader(IBusController bus, ulong startAddress, int length) : base(bus, startAddress, … in SysbusReader()
761 …public SysbusWriter(IBusController bus, ulong startAddress, int length) : base(bus, startAddress, … in SysbusWriter()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs644 …public DmaBufferDescriptorsQueue(IBusController bus, uint baseAddress, Func<IBusController, uint, … in DmaBufferDescriptorsQueue() argument
689 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.T
695 … protected DmaBufferDescriptor(IBusController bus, uint address, bool isExtendedModeEnabled) in DmaBufferDescriptor()
788 … public DmaTxBufferDescriptor(IBusController bus, uint address, bool isExtendedModeEnabled) : in DmaTxBufferDescriptor()
853 … public DmaRxBufferDescriptor(IBusController bus, uint address, bool isExtendedModeEnabled) : in DmaRxBufferDescriptor()
DCadenceGEM.cs708 …public DmaBufferDescriptorsQueue(IBusController bus, uint baseAddress, Func<IBusController, uint, … in DmaBufferDescriptorsQueue() argument
760 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.Network.CadenceGEM.T
766 …protected DmaBufferDescriptor(IBusController bus, uint address, DMAAddressWidth dmaAddressWidth, b… in DmaBufferDescriptor()
908 …public DmaRxBufferDescriptor(IBusController bus, uint address, DMAAddressWidth addressWidth, bool … in DmaRxBufferDescriptor()
1010 …public DmaTxBufferDescriptor(IBusController bus, uint address, DMAAddressWidth addressWidth, bool … in DmaTxBufferDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DMachineExtensions.cs41 …public static void LoadAtags(this IBusController bus, String bootargs, uint memorySize, uint begin… in LoadAtags()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DVirtualConsole.cs127 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.UART.VirtualConsole
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs186 private readonly IBusController bus; field in Antmicro.Renode.Debug.CPUTracer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DAndes_AndeStarV5Extension.cs192 private IBusController bus; field in Antmicro.Renode.Peripherals.CPU.Andes_AndeStarV5Extension
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Descriptors.cs21 public Descriptor(IBusController bus, ulong address, ICPU cpuContext = null) in Descriptor()
63 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.Descriptor
89 …public RxDescriptor(IBusController bus, ulong address, ICPU cpuContext = null) : base(bus, address… in RxDescriptor()
318 …public TxDescriptor(IBusController bus, ulong address, ICPU cpuContext = null) : base(bus, address… in TxDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs935 public QueueTransferDescriptor(IBusController bus) in QueueTransferDescriptor()
1095 public QueueHead(IBusController bus) in QueueHead()
1210 public QueueHeadOverlay(IBusController bus) in QueueHeadOverlay()