Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 137) sorted by relevance

123456

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DISignalsUnit.cs11 ulong GetAddress(string name); in GetAddress()
12 ulong GetSignal(string name); in GetSignal()
14 bool IsSignalEnabled(string name); in IsSignalEnabled()
15 bool IsSignalEnabledForCPU(string name, ICPU cpu); in IsSignalEnabledForCPU()
17 void SetSignal(string name, ulong value); in SetSignal()
18 void SetSignalFromAddress(string name, ulong address); in SetSignalFromAddress()
20 void SetSignalState(string name, bool state, uint index); in SetSignalState()
21 void SetSignalStateForCPU(string name, bool state, ICPU cpu); in SetSignalStateForCPU()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorExecutorExtensions.cs32 …public static void ExecutePythonEvery(this IMachine machine, string name, int milliseconds, string… in ExecutePythonEvery()
42 …public static void ExecutePythonEveryFromFile(this IMachine machine, string name, int milliseconds… in ExecutePythonEveryFromFile()
47 public static void StopPythonExecution(this IMachine machine, string name) in StopPythonExecution()
53 …private static void UnregisterEvent(IMachine machine, String name, MachineStateChangedEventArgs st… in UnregisterEvent()
94 public void Add(IMachine machine, string name, Action action) in Add()
106 public Action WithdrawAction(IMachine machine, string name) in WithdrawAction()
116 public void Remove(IMachine machine, String name) in Remove()
124 public bool HasEvent(IMachine machine, String name) in HasEvent()
DMonitorCommands.cs268 private object GetDevice(string name) in GetDevice()
409 …private void ProcessDeviceAction(Type deviceType, string name, IEnumerable<Token> p, ICommandInter… in ProcessDeviceAction()
449 …private void ProcessDeviceActionByName(string name, IEnumerable<Token> p, ICommandInteraction writ… in ProcessDeviceActionByName()
485 …private bool TryFindPeripheralTypeByName(string name, out Type type, out string longestMatch, out … in TryFindPeripheralTypeByName()
522 …private bool TryFindPeripheralByName(string name, out IPeripheral peripheral, out string longestMa… in TryFindPeripheralByName()
574 …private void PrintMonitorInfo(string name, MonitorInfo info, ICommandInteraction writer, string lo… in PrintMonitorInfo()
913 private object IdentifyDevice(string name) in IdentifyDevice()
1064 private IEmulationElement GetExternalInterfaceOrNull(string name) in GetExternalInterfaceOrNull()
1216 public object FindFieldOrProperty(object node, string name) in FindFieldOrProperty()
1236 public object ExecuteDeviceAction(string name, object device, IEnumerable<Token> p) in ExecuteDeviceAction()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DHostMachine.cs28 public void AddHostMachineElement(IHostMachineElement element, string name) in AddHostMachineElement()
50 public void RemoveHostMachineElement(string name) in RemoveHostMachineElement()
79 public IHostMachineElement TryGetByName(string name, out bool success) in TryGetByName()
86 public bool TryGetName(IHostMachineElement element, out string name) in TryGetName()
DEmulation.cs162 public bool TryGetMachineName(IMachine machine, out string name) in TryGetMachineName()
207 public void AddMachine(IMachine machine, string name = "") in AddMachine()
215 public bool TryGetMachineByName(string name, out IMachine machine) in TryGetMachineByName()
237 public bool TryAddMachine(IMachine machine, string name) in TryAddMachine()
402 public void SetNameForMachine(string name, IMachine machine) in SetNameForMachine()
419 public void RemoveMachine(string name) in RemoveMachine()
433 public bool TryRemoveMachine(string name) in TryRemoveMachine()
466 public bool TryGetEmulationElementName(object obj, out string name) in TryGetEmulationElementName()
474 … public bool TryGetEmulationElementName(object obj, out string name, out string containerName) in TryGetEmulationElementName()
550 …public bool TryGetEmulationElementByName(string name, object context, out IEmulationElement elemen… in TryGetEmulationElementByName()
[all …]
DIPeripheralsGroupsManager.cs16 bool TryGetByName(string name, out IPeripheralsGroup group); in TryGetByName()
17 IPeripheralsGroup GetOrCreate(string name, IEnumerable<IPeripheral> peripherals); in GetOrCreate()
DPlatformsProvider.cs26 public static bool IsPlatformAvailable(string name) in IsPlatformAvailable()
31 public static Platform GetPlatformByName(string name) in GetPlatformByName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DBasicWordPeripheral.cs49 … o, IProvidesRegisterCollection<WordRegisterCollection> p, ushort resetValue = 0, string name = "") in Tag16()
53 …> setup, uint stepInBytes = 2, ushort resetValue = 0, bool softResettable = true, string name = "") in Define16Many()
58 …> setup, uint stepInBytes = 2, ushort resetValue = 0, bool softResettable = true, string name = "") in DefineMany()
68 …> setup, uint stepInBytes = 2, ushort resetValue = 0, bool softResettable = true, string name = "") in DefineMany()
73 …ion<WordRegisterCollection> p, ushort resetValue = 0, bool softResettable = true, string name = "") in Define16()
78 …m o, WordRegisterCollection c, ushort resetValue = 0, bool softResettable = true, string name = "") in Define()
83 …ion<WordRegisterCollection> p, ushort resetValue = 0, bool softResettable = true, string name = "") in Define()
88 …ction c, Func<bool> condition, ushort resetValue = 0, bool softResettable = true, string name = "") in DefineConditional()
93 …tion> p, Func<bool> condition, ushort resetValue = 0, bool softResettable = true, string name = "") in DefineConditional()
98 …on, Action<WordRegister, int> setup, uint stepInBytes = 1, ushort resetValue = 0, string name = "") in DefineManyConditional()
[all …]
DBasicBytePeripheral.cs51 …um o, IProvidesRegisterCollection<ByteRegisterCollection> p, byte resetValue = 0, string name = "") in Tag8()
55 …nt> setup, uint stepInBytes = 1, byte resetValue = 0, bool softResettable = true, string name = "") in Define8Many()
60 …nt> setup, uint stepInBytes = 1, byte resetValue = 0, bool softResettable = true, string name = "") in DefineMany()
70 …nt> setup, uint stepInBytes = 1, byte resetValue = 0, bool softResettable = true, string name = "") in DefineMany()
75 …ction<ByteRegisterCollection> p, byte resetValue = 0, bool softResettable = true, string name = "") in Define8()
80 …ction<ByteRegisterCollection> p, byte resetValue = 0, bool softResettable = true, string name = "") in Define()
85 …num o, ByteRegisterCollection c, byte resetValue = 0, bool softResettable = true, string name = "") in Define()
90 …lection c, Func<bool> condition, byte resetValue = 0, bool softResettable = true, string name = "") in DefineConditional()
95 …ection> p, Func<bool> condition, byte resetValue = 0, bool softResettable = true, string name = "") in DefineConditional()
100 …tion, Action<ByteRegister, int> setup, uint stepInBytes = 1, byte resetValue = 0, string name = "") in DefineManyConditional()
[all …]
DBasicDoubleWordPeripheral.cs49 …IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint resetValue = 0, string name = "") in Tag32()
53 …nt> setup, uint stepInBytes = 4, uint resetValue = 0, bool softResettable = true, string name = "") in Define32Many()
58 …nt> setup, uint stepInBytes = 4, uint resetValue = 0, bool softResettable = true, string name = "") in DefineMany()
68 …nt> setup, uint stepInBytes = 4, uint resetValue = 0, bool softResettable = true, string name = "") in DefineMany()
74 …DoubleWordRegisterCollection> p, uint resetValue = 0, bool softResettable = true, string name = "") in Define32()
79 … DoubleWordRegisterCollection c, uint resetValue = 0, bool softResettable = true, string name = "") in Define()
84 …DoubleWordRegisterCollection> p, uint resetValue = 0, bool softResettable = true, string name = "") in Define()
89 …ction c, Func<bool> condition, ushort resetValue = 0, bool softResettable = true, string name = "") in DefineConditional()
94 …tion> p, Func<bool> condition, ushort resetValue = 0, bool softResettable = true, string name = "") in DefineConditional()
99 …Action<DoubleWordRegister, int> setup, uint stepInBytes = 1, uint resetValue = 0, string name = "") in DefineManyConditional()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DConfigurationManager.cs37 public T Get<T>(string group, string name, T defaultValue, Func<T, bool> validation = null) in Get()
85 public void SetNonPersistent<T>(string group, string name, T value) in SetNonPersistent()
90 public void Set<T>(string group, string name, T value) in Set()
99 private IConfig VerifyValue(string group, string name, object defaultValue) in VerifyValue()
119 private void AddToCache<T>(string group, string name, T value) in AddToCache()
124 private bool TryFindInCache<T>(string group, string name, out T value) in TryFindInCache()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCardExtensions.cs17 …atedSDCard, NullRegistrationPoint> attachTo, long size, bool persistent = true, string name = null) in SdCardFromFile()
24 …ter<SDCard, NullRegistrationPoint> attachTo, long size, bool persistent = true, string name = null) in SdCardFromFile()
31 …Peripheral, NullRegistrationPoint> attachTo, long size, bool persistent = true, string name = null) in SdCardFromFile()
38 …rRegistrationPoint<int>> attachTo, int port, long size, bool persistent = true, string name = null) in SdCardFromFile()
45 …er<ISPIPeripheral, NumberRegistrationPoint<int>> attachTo, int port, long size, string name = null) in EmptySdCard()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Utilities/
DThreadSyncTester.cs37 public TestThread ObtainThread(string name) in ObtainThread()
44 … public ExecutionResult Execute(TestThread t, Func<object> fun, string name = "unnamed operation") in Execute()
77 public TestThread(string name) in TestThread()
171 public DelayedAction(Func<object> a, ExecutionResult r, string name) in DelayedAction()
194 public ExecutionResult(ThreadSyncTester tester, string name) in ExecutionResult()
242 private string name; field in Antmicro.Renode.UnitTests.Utilities.ThreadSyncTester.ExecutionResult
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_OpcodesCounting.cs28 public void InstallOpcodeCounterPattern(string name, string pattern) in InstallOpcodeCounterPattern()
42 public void InstallOpcodeCounterPattern(string name, ulong opcode, ulong mask) in InstallOpcodeCounterPattern()
59 public ulong GetOpcodeCounter(string name) in GetOpcodeCounter()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Binding/
DNativeBinder.cs371 private static string GetCName(string name) in GetCName()
387 private static string GetWrappedName(string name, bool useExceptionWrapper) in GetWrappedName()
397 private static string GetCSharpName(string name) in GetCSharpName()
408 private static string FilterCppName(string name) in FilterCppName()
425 …egateTypeFromParamsAndReturn(IEnumerable<Type> parameterTypes, Type returnType, string name = null) in DelegateTypeFromParamsAndReturn()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Exceptions/
DRegistrationException.cs15 …public RegistrationException(string name, string parentName):base(string.Format("Could not registe… in RegistrationException()
19 …public RegistrationException (string name, string parentName, string reason):base(string.Format("C… in RegistrationException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DIHasChildren.cs15 T TryGetByName(string name, out bool success); in TryGetByName()
20 public static bool TryGetByName<T>(this IHasChildren<T> @this, string name, out T child) in TryGetByName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DTapExtensions.cs19 …ce CreateAndGetTap(this Emulation emulation, string hostInterfaceName, string name, bool persisten… in CreateAndGetTap()
38 …tic void CreateTap(this Emulation emulation, string hostInterfaceName, string name, bool persisten… in CreateTap()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs23 public static void CreateCPUTracer(this Arm cpu, string name) in CreateCPUTracer()
37 …public void TraceFunction(string name, IEnumerable<FunctionCallParameter> parameters, Action<Trans… in TraceFunction() argument
79 public void RemoveTracing(string name) in RemoveTracing()
97 …private void EvaluateTraceCallback(ulong pc, string name, IEnumerable<FunctionCallParameter> param… in EvaluateTraceCallback() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Exceptions/
DParametersMismatchException.cs15 …public ParametersMismatchException(Type type, string command, string name) : base("Parameters did … in ParametersMismatchException()
21 …public ParametersMismatchException(Type type, string command, string name, string message) : base(… in ParametersMismatchException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ProtoBuf/
DPerfettoTraceWriter.cs27 public void CreateTrack(string name, ulong trackId, bool isCounterTrack = false) in CreateTrack()
47 public void CreateEventBegin(ulong timestamp, string name, ulong trackId) in CreateEventBegin()
76 public void CreateEventInstant(ulong timestamp, string name, ulong trackId) in CreateEventInstant()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Plugins/
DPluginManager.cs27 public void DisablePlugin(string name) in DisablePlugin()
37 public void EnablePlugin(string name) in EnablePlugin()
170 private PluginDescriptor FindPluginFromName(string name) in FindPluginFromName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Network/
DBasicNetwork.cs18 public BasicNetwork(string name) in BasicNetwork()
79 private readonly string name; field in Antmicro.Renode.Network.BasicNetwork
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCreatePlatformCommand.cs45 public void Run(ICommandInteraction writer, LiteralToken type, StringToken name) in Run()
50 private void Execute(ICommandInteraction writer, string type, string name) in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32_FlashController.cs28 …public LockRegister(STM32_FlashController owner, string name, uint[] keys, bool unlockedAfterReset… in LockRegister()
92 private readonly string name; field in Antmicro.Renode.Peripherals.MTD.STM32_FlashController.LockRegister

123456