Searched refs:cpu0 (Results 1 – 3 of 3) sorted by relevance
53 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()
18 …public Zynq7000_SystemLevelControlRegisters(IMachine machine, BaseCPU cpu0, BaseCPU cpu1 = null) :… in Zynq7000_SystemLevelControlRegisters() argument22 new CPUControl(cpu0), in Zynq7000_SystemLevelControlRegisters()
23 public RenesasRZG_CPG_SYSC(ICPU cpu0, ICPU cpu1 = null) in RenesasRZG_CPG_SYSC() argument25 this.cpu0 = cpu0; in RenesasRZG_CPG_SYSC()979 private readonly ICPU cpu0; field in Antmicro.Renode.Peripherals.Miscellaneous.RenesasRZG_CPG_SYSC