Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DTCMConfiguration.cs16 public TCMConfiguration(uint address, ulong size, uint regionIndex, uint interfaceIndex = 0) in TCMConfiguration() argument
20 InterfaceIndex = interfaceIndex; in TCMConfiguration()
DArm.cs316 public void RegisterTCMRegion(IMemory memory, uint interfaceIndex, uint regionIndex) in RegisterTCMRegion() argument
325 if(!TryRegisterTCMRegion(memory, interfaceIndex, regionIndex)) in RegisterTCMRegion()
327 …er a TCM #{0} region #{1}, but {2} is not registered for this cpu.", interfaceIndex, regionIndex, … in RegisterTCMRegion()
382 private bool TryRegisterTCMRegion(IMemory memory, uint interfaceIndex, uint regionIndex) in TryRegisterTCMRegion() argument
390 …TCMConfiguration(checked((uint)address), checked((ulong)memory.Size), regionIndex, interfaceIndex); in TryRegisterTCMRegion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs21 public InterfaceRequest(string name, int interfaceIndex = 0) in InterfaceRequest()
28 InterfaceIndex = interfaceIndex; in InterfaceRequest()
43 public SocketAddressCan(int interfaceIndex) in SocketAddressCan()
46 CanInterfaceIndex = interfaceIndex; in SocketAddressCan()