Home
last modified time | relevance | path

Searched defs:cpuId (Results 1 – 12 of 12) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DBaseARMv8.cs23 …public BaseARMv8(uint cpuId, string cpuType, IMachine machine, Endianess endianness = Endianess.Li… in BaseARMv8()
89 private void UnhaltCpu(uint cpuId) in UnhaltCpu()
DARMv8R.cs24 …ne machine, ARM_GenericInterruptController genericInterruptController, uint cpuId = 0, Endianess e… in ARMv8R()
DARMv8A.cs26 …ng cpuType, ARM_GenericInterruptController genericInterruptController, uint cpuId = 0, Endianess e… in ARMv8A()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCPUCore.cs17 protected CPUCore(uint cpuId) in CPUCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMv7R.cs18 …public ARMv7R(IMachine machine, string cpuType, uint cpuId = 0, ARM_GenericInterruptController gen… in ARMv7R()
DARMv7A.cs20 …public ARMv7A(IMachine machine, string cpuType, uint cpuId = 0, ARM_GenericInterruptController gen… in ARMv7A()
DArm.cs28 …public Arm(string cpuType, IMachine machine, uint cpuId = 0, Endianess endianness = Endianess.Litt… in Arm()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/
DXtensa.cs22 public Xtensa(string cpuType, IMachine machine, uint cpuId = 0, long frequency = 10000000) in Xtensa()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DPacketData.cs50 public static PacketData StopReply(BreakpointType reason, uint cpuId, ulong? address) in StopReply()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs438 private bool TryGetCurrentCPUId(out int cpuId) in TryGetCurrentCPUId()
460 private bool TryFindCurrentThreadCPUAndId(out ICPU cpu, out int cpuId) in TryFindCurrentThreadCPUAndId()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs27 …achine, NVIC nvic, [NameAlias("id")] uint cpuId = 0, Endianess endianness = Endianess.LittleEndian, in CortexM()
DNVIC.cs2134 private uint cpuId; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC