Home
last modified time | relevance | path

Searched refs:ExchangeRegistrationPointForPeripheral (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs82 …void ExchangeRegistrationPointForPeripheral(IPeripheral parent, IPeripheral child, IRegistrationPo… in ExchangeRegistrationPointForPeripheral() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1738 …public void ExchangeRegistrationPointForPeripheral(IPeripheral parent, IPeripheral child, IRegistr… in ExchangeRegistrationPointForPeripheral() method in Antmicro.Renode.Core.Machine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs198 …Machine.ExchangeRegistrationPointForPeripheral(this, peripheral, busRegistered.RegistrationPoint, … in MoveRegistrationWithinContext()