Home
last modified time | relevance | path

Searched defs:AttachCPU (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs64 public void AttachCPU(ICpuSupportingGdb cpu) in AttachCPU() method in Antmicro.Renode.Utilities.GDB.GdbStub
DCommandsManager.cs45 public void AttachCPU(ICpuSupportingGdb cpu) in AttachCPU() method in Antmicro.Renode.Utilities.GDB.CommandsManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMCommon.cs41 void AttachCPU(IARMSingleSecurityStateCPU cpu); in AttachCPU() method
DARM_GenericInterruptController.cs131 public void AttachCPU(IARMSingleSecurityStateCPU cpu) in AttachCPU() method in Antmicro.Renode.Peripherals.IRQControllers.ARM_GenericInterruptController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs55 public void AttachCPU(CortexM cpu) in AttachCPU() method in Antmicro.Renode.Peripherals.IRQControllers.NVIC