Home
last modified time | relevance | path

Searched refs:cpu1 (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs54 var cpu1 = (value & 2) != 0; in WriteWord()
57 …his.DebugLog("Interrupt no {0} set to be routed to CPU0: {1}, CPU1: {2}", interruptNo, cpu0, cpu1); in WriteWord()
59 routingTable[NumberOfInterrupts + interruptNo] = cpu1; in WriteWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DRenesasRZG_CPG_SYSC.cs23 public RenesasRZG_CPG_SYSC(ICPU cpu0, ICPU cpu1 = null) in RenesasRZG_CPG_SYSC() argument
26 this.cpu1 = cpu1; in RenesasRZG_CPG_SYSC()
778 cpu1.IsHalted = true; in DefineCPGRegisters()
782 cpu1.PC = CortexA55Core1ResetVector; in DefineCPGRegisters()
783 cpu1.IsHalted = false; in DefineCPGRegisters()
970 private bool HasTwoCortexA55Cores => cpu1 != null;
980 private readonly ICPU cpu1; field in Antmicro.Renode.Peripherals.Miscellaneous.RenesasRZG_CPG_SYSC
DZynq7000_SystemLevelControlRegisters.cs18 …public Zynq7000_SystemLevelControlRegisters(IMachine machine, BaseCPU cpu0, BaseCPU cpu1 = null) :… in Zynq7000_SystemLevelControlRegisters() argument
23 new CPUControl(cpu1) in Zynq7000_SystemLevelControlRegisters()