Home
last modified time | relevance | path

Searched refs:GetLocalName (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPU.cs55 …return "{0}{1}[{2}]".FormatWith(machineName, machine.GetLocalName(cpu), machine.SystemBus.GetCPUSl… in GetCPUThreadName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSerializationTests.cs109 CollectionAssert.AreEquivalent(names, cpus.Select(x => machine.GetLocalName(x))); in ShouldRememberCpuNames()
112 Assert.AreEqual(cpu.Placeholder, machine.GetLocalName(cpu)); in ShouldRememberCpuNames()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs35 string GetLocalName(IPeripheral peripheral); in GetLocalName() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs141 … region #{0}, but {1} is not registered for this CPU.", regionIndex, machine.GetLocalName(memory)); in RegisterTCMRegion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs327 …t {2} is not registered for this cpu.", interfaceIndex, regionIndex, machine.GetLocalName(memory)); in RegisterTCMRegion()
DArmSignalsUnit.cs383 var scuName = machine.GetLocalName(snoopControlUnit); in RegisterSCU()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs269 public string GetLocalName(IPeripheral peripheral) in GetLocalName() method in Antmicro.Renode.Core.Machine