Home
last modified time | relevance | path

Searched refs:SetAbsoluteAddress (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs51 if(accessMethods.SetAbsoluteAddress != null) in ReadByte()
53 accessMethods.SetAbsoluteAddress(address); in ReadByte()
109 if(accessMethods.SetAbsoluteAddress != null) in WriteByte()
111 accessMethods.SetAbsoluteAddress(address); in WriteByte()
165 if(accessMethods.SetAbsoluteAddress != null) in ReadWord()
167 accessMethods.SetAbsoluteAddress(address); in ReadWord()
223 if(accessMethods.SetAbsoluteAddress != null) in WriteWord()
225 accessMethods.SetAbsoluteAddress(address); in WriteWord()
279 if(accessMethods.SetAbsoluteAddress != null) in ReadDoubleWord()
281 accessMethods.SetAbsoluteAddress(address); in ReadDoubleWord()
[all …]
DSystemBusGenerated.tt75 if(accessMethods.SetAbsoluteAddress != null)
77 accessMethods.SetAbsoluteAddress(address);
133 if(accessMethods.SetAbsoluteAddress != null)
135 accessMethods.SetAbsoluteAddress(address);
DPeripheralAccessMethods.cs33 public Action<ulong> SetAbsoluteAddress; field in Antmicro.Renode.Peripherals.Bus.PeripheralAccessMethods
DSystemBus.cs1700 methods.SetAbsoluteAddress = absoluteAddressAware.SetAbsoluteAddress; in RegisterInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIAbsoluteAddressAware.cs15 void SetAbsoluteAddress(ulong address); in SetAbsoluteAddress() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DPCIHost_Bridge.cs40 public void SetAbsoluteAddress(ulong address) in SetAbsoluteAddress() method in Antmicro.Renode.Peripherals.PCI.PCIHost_Bridge
DMPFS_PCIe.cs238 public void SetAbsoluteAddress(ulong address) in SetAbsoluteAddress() method in Antmicro.Renode.Peripherals.PCI.MPFS_PCIe
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEtherBoneBridge.cs52 public void SetAbsoluteAddress(ulong address) in SetAbsoluteAddress() method in Antmicro.Renode.Peripherals.EtherBoneBridge
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPythonPeripheral.cs69 public void SetAbsoluteAddress(ulong address) in SetAbsoluteAddress() method in Antmicro.Renode.Peripherals.Python.PythonPeripheral