Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 23 of 23) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DPeriodicInterruptTimer.cs78 case Offset.Load: in ReadTimer()
102 case Offset.Load: in WriteTimer()
175 Load = 0x000, enumerator
DPL031.cs65 case Offset.Load: in WriteDoubleWord()
117 Load = 0x08, enumerator
DMiV_CoreTimer.cs28 {(long)Registers.Load, new DoubleWordRegister(this) in MiV_CoreTimer()
112 Load = 0x0, enumerator
DLiteX_Timer_CSR32.cs59 Registers.Load.Define(this) in DefineRegisters()
163 Load = 0x0, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DDllMap.cs39 …return NativeLibrary.Load(Path.Combine("/opt/homebrew/lib", mappedName), assembly, dllImportSearch… in MapAndLoad()
57 XElement root = XElement.Load(xmlPath); in MapLibraryName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSample.cs14 public abstract void Load(IList<decimal> data); in Load() method in Antmicro.Renode.Peripherals.Sensors.SensorSample
DSensorScalarSample.cs24 public override void Load(IList<decimal> data) in Load() method in Antmicro.Renode.Peripherals.Sensors.ScalarSample
DSensorVector3DSample.cs26 public override void Load(IList<decimal> data) in Load() method in Antmicro.Renode.Peripherals.Sensors.Vector3DSample
DSensorSamplesFifo.cs62 sample.Load(values); in FeedSamplesFromBinaryFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/Timers/
DARM_PrivateTimer.cs47 Registers.Load.Define(this) in BuildRegisters()
106 Load = 0x00, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DMockCPU.cs26 public override void Load(PrimitiveReader reader) in Load() method in Antmicro.Renode.UnitTests.Mocks.MockCPU
DEmptyCPU.cs23 public virtual void Load(PrimitiveReader reader) in Load() method in Antmicro.Renode.UnitTests.Mocks.EmptyCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBlobManager.cs22 public void Load(Stream stream, string streamName) in Load() method in Antmicro.Renode.Utilities.BlobManager
DTypeManager.cs466 queue.Enqueue(Assembly.Load(reference)); in IsReferenced()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEmulatorController.cs157 case Register.Load: in HandleWrite()
432 …ThreadPool.QueueUserWorkItem(delegate { EmulationManager.Instance.Load(string.Format(SavepointName… in HandleLoad()
483 Load = 0x08, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogEntry.cs52 public void Load(PrimitiveReader reader) in Load() method in Antmicro.Renode.Logging.LogEntry
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs97 public void Load(ReadFilePath path) in Load() method in Antmicro.Renode.Core.EmulationManager
117 CurrentEmulation.BlobManager.Load(stream, fstream.Name); in Load()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DSerializableStreamView.cs128 public void Load(PrimitiveReader reader) in Load() method in Antmicro.Renode.Storage.SerializableStreamView
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DFileLoaderExtensions.cs381 var segmentsToLoad = elf.Segments.Where(x => x.Type == SegmentType.Load); in LoadELF()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs457 public void Load(PrimitiveReader reader) in Load() method in Antmicro.Renode.Peripherals.Memory.MappedMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbolLookup.cs191 …var segments = elf.Segments.Where(x => x.Type == ELFSharp.ELF.Segments.SegmentType.Load).OfType<EL…
DSVDParser.cs46 document = XDocument.Load(stream); in SVDParser()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/opcodes/
Dopcodes-rvv108 # Vector Load/Store Whole Registers