Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs53 var cpu0 = (value & 1) != 0; in WriteWord()
57 …his.DebugLog("Interrupt no {0} set to be routed to CPU0: {1}, CPU1: {2}", interruptNo, cpu0, cpu1); in WriteWord()
58 routingTable[interruptNo] = cpu0; in WriteWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynq7000_SystemLevelControlRegisters.cs18 …public Zynq7000_SystemLevelControlRegisters(IMachine machine, BaseCPU cpu0, BaseCPU cpu1 = null) :… in Zynq7000_SystemLevelControlRegisters() argument
22 new CPUControl(cpu0), in Zynq7000_SystemLevelControlRegisters()
DRenesasRZG_CPG_SYSC.cs23 public RenesasRZG_CPG_SYSC(ICPU cpu0, ICPU cpu1 = null) in RenesasRZG_CPG_SYSC() argument
25 this.cpu0 = cpu0; in RenesasRZG_CPG_SYSC()
979 private readonly ICPU cpu0; field in Antmicro.Renode.Peripherals.Miscellaneous.RenesasRZG_CPG_SYSC