Home
last modified time | relevance | path

Searched defs:RegisterForEachContext (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusParametrizedRegistration.cs77 public virtual void RegisterForEachContext(Action<BusParametrizedRegistration> register) { } in RegisterForEachContext() method in Antmicro.Renode.Peripherals.Bus.BusParametrizedRegistration
DBusPointRegistration.cs57 public void RegisterForEachContext(Action<BusPointRegistration> register) in RegisterForEachContext() method in Antmicro.Renode.Peripherals.Bus.BusPointRegistration
DBusMultiRegistration.cs63 public void RegisterForEachContext(Action<BusMultiRegistration> register) in RegisterForEachContext() method in Antmicro.Renode.Peripherals.Bus.BusMultiRegistration
DBusRangeRegistration.cs82 public void RegisterForEachContext(Action<BusRangeRegistration> register) in RegisterForEachContext() method in Antmicro.Renode.Peripherals.Bus.BusRangeRegistration
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs110 public override void RegisterForEachContext(Action<BusParametrizedRegistration> register) in RegisterForEachContext() method in Antmicro.Renode.Peripherals.IRQControllers.ArmGicRedistributorRegistration
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs572 … public override void RegisterForEachContext(Action<BusParametrizedRegistration> register) in RegisterForEachContext() method in Antmicro.Renode.UnitTests.SystemBusTests.ParametrizedRegistrationPeripheral.Registration