Searched defs:AttachCPU (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ | ||
| D | GdbStub.cs | 64 public void AttachCPU(ICpuSupportingGdb cpu) in AttachCPU() method in Antmicro.Renode.Utilities.GDB.GdbStub |
| D | CommandsManager.cs | 45 public void AttachCPU(ICpuSupportingGdb cpu) in AttachCPU() method in Antmicro.Renode.Utilities.GDB.CommandsManager |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ | ||
| D | ARMCommon.cs | 41 void AttachCPU(IARMSingleSecurityStateCPU cpu); in AttachCPU() method |
| D | ARM_GenericInterruptController.cs | 131 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/ | ||
| D | NVIC.cs | 55 public void AttachCPU(CortexM cpu) in AttachCPU() method in Antmicro.Renode.Peripherals.IRQControllers.NVIC |