Home
last modified time | relevance | path

Searched refs:GetCurrentCPU (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs225 public virtual ICPU GetCurrentCPU() in GetCurrentCPU() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
227 return ParentController.GetCurrentCPU(); in GetCurrentCPU()
DIBusController.cs68 ICPU GetCurrentCPU(); in GetCurrentCPU() method
DSystemBus.cs364 public ICPU GetCurrentCPU() in GetCurrentCPU() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_ResetManager.cs176 var cpu = machine.SystemBus.GetCurrentCPU(); in ExecuteResetWithSkipped()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1646 currentCpu = machine.GetSystemBus(this).GetCurrentCPU(); in IsCurrentCPUInSecureState()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs1932 var cpu = busController.GetCurrentCPU(); in GetAskingCPUEntry()