Searched refs:HostMachine (Results 1 – 9 of 9) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Emulation.cs | 30 HostMachine = new HostMachine(); in Emulation() 33 ExternalsManager.AddExternal(HostMachine, HostMachine.HostMachineName); in Emulation() 155 public HostMachine HostMachine { get; private set; } property in Antmicro.Renode.Core.Emulation 538 if(HostMachine.TryGetName(objAsIHostMachineElement, out name)) in TryGetEmulationElementName() 540 containerName = HostMachine.HostMachineName; in TryGetEmulationElementName() 583 if(name.StartsWith(string.Format("{0}.", HostMachine.HostMachineName)) in TryGetEmulationElementByName() 584 …&& HostMachine.TryGetByName(name.Substring(HostMachine.HostMachineName.Length + 1), out hostMachin… in TryGetEmulationElementByName() 608 HostMachine.Dispose(); in Dispose()
|
| D | HostMachine.cs | 21 public class HostMachine : IExternal, IHasChildren<IHostMachineElement>, IDisposable class 23 public HostMachine() in HostMachine() method in Antmicro.Renode.Core.HostMachine
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/ |
| D | TapExtensions.cs | 34 emulation.HostMachine.AddHostMachineElement(result, name); in CreateAndGetTap()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/ |
| D | SpiHost.cs | 27 emulation.HostMachine.AddHostMachineElement(new SpiHost(device), name); in AddMockSpiHost()
|
| D | I2CHost.cs | 26 emulation.HostMachine.AddHostMachineElement(new I2CHost(device), name); in AddMockI2CHost()
|
| D | HPSHostController.cs | 29 emulation.HostMachine.AddHostMachineElement(new HPSHostController(device), name); in AddHPSHostController()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/ |
| D | OpenTitan_SpiDeviceTest.cs | 26 hostMachine = new HostMachine(); in Setup() 248 private HostMachine hostMachine;
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/ |
| D | HostCamera.cs | 27 emulation.HostMachine.AddHostMachineElement(camera, name); in AddExternalCamera()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/ |
| D | USBIPServer.cs | 34 emulation.HostMachine.AddHostMachineElement(server, name); in CreateUSBIPServer()
|