| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | DSAServiceProvider.cs | 18 public DSAServiceProvider(InternalMemoryManager manager, IBusController bus) in DSAServiceProvider() 60 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.DSAServiceProvider
|
| D | AESServiceProvider.cs | 20 public AESServiceProvider(InternalMemoryManager manager, IBusController bus) in AESServiceProvider() 171 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AESServiceProvider
|
| D | MessageAuthenticationServiceProvider.cs | 22 … 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/ |
| D | ACPIExtensions.cs | 19 public static void GenerateACPITable(this IBusController bus, ulong address) in GenerateACPITable()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | IBusController.cs | 120 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/ |
| D | CC2538_Cryptoprocessor.cs | 728 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/ |
| D | K6xF_Ethernet.cs | 644 …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()
|
| D | CadenceGEM.cs | 708 …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/ |
| D | MachineExtensions.cs | 41 …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/ |
| D | VirtualConsole.cs | 127 private readonly IBusController bus; field in Antmicro.Renode.Peripherals.UART.VirtualConsole
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/ |
| D | CPUTracer.cs | 186 private readonly IBusController bus; field in Antmicro.Renode.Debug.CPUTracer
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | Andes_AndeStarV5Extension.cs | 192 private IBusController bus; field in Antmicro.Renode.Peripherals.CPU.Andes_AndeStarV5Extension
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService_Descriptors.cs | 21 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/ |
| D | EHCIHostController.cs | 935 public QueueTransferDescriptor(IBusController bus) in QueueTransferDescriptor() 1095 public QueueHead(IBusController bus) in QueueHead() 1210 public QueueHeadOverlay(IBusController bus) in QueueHeadOverlay()
|