Searched refs:GetLocalName (Results 1 – 7 of 7) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPU.cs | 55 …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/ |
| D | SerializationTests.cs | 109 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/ |
| D | IMachine.cs | 35 string GetLocalName(IPeripheral peripheral); in GetLocalName() method
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | ARMv8R.cs | 141 … 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/ |
| D | Arm.cs | 327 …t {2} is not registered for this cpu.", interfaceIndex, regionIndex, machine.GetLocalName(memory)); in RegisterTCMRegion()
|
| D | ArmSignalsUnit.cs | 383 var scuName = machine.GetLocalName(snoopControlUnit); in RegisterSCU()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 269 public string GetLocalName(IPeripheral peripheral) in GetLocalName() method in Antmicro.Renode.Core.Machine
|