Searched refs:WhatIsAt (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | CalculateCRCCommand.cs | 41 if(manager.Machine.SystemBus.WhatIsAt(access.Address, context: manager.Cpu) == null) in Execute()
|
| D | ReadMemoryCommand.cs | 35 if(manager.Machine.SystemBus.WhatIsAt(access.Address, context: manager.Cpu) == null) in Execute()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/ |
| D | DmaEngine.cs | 42 var whatIsAtSource = sysbus.WhatIsAt(sourceAddress, context); in IssueCopy() 104 var whatIsAtDestination = sysbus.WhatIsAt(destinationAddress, context); in IssueCopy()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | BusControllerProxy.cs | 188 … public virtual IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null) in WhatIsAt() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy 191 return ParentController.WhatIsAt(address, context); in WhatIsAt()
|
| D | IBusController.cs | 57 IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null); in WhatIsAt() method
|
| D | SystemBus.cs | 512 var busRegisteredPeripheral = WhatIsAt(address, context); in UnregisterFromAddress() 551 public IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null) in WhatIsAt() method in Antmicro.Renode.Peripherals.Bus.SystemBus 558 var registered = WhatIsAt(address, context); in WhatPeripheralIsAt() 1778 var what = WhatIsAt(currentPosition, context); in FindTargets()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/ |
| D | STM32L0_FlashController.cs | 261 var registered = machine.SystemBus.WhatIsAt(physicalAddress); in EraseMemoryAccessHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | BaseCPU.cs | 919 var what = machine.SystemBus.WhatIsAt(entryPoint, this); in SetPCFromEntryPoint()
|