Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 17 of 17) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPeripheralsChangedEventArgs.cs21 …c static PeripheralsChangedEventArgs Create(IPeripheral peripheral, PeripheralChangeType operation) in Create()
30 … protected PeripheralsChangedEventArgs(IPeripheral peripheral, PeripheralChangeType operation) in PeripheralsChangedEventArgs()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAESServiceProvider.cs94 …e byte[] GetResultBytesCTR(byte[] keyBytes, byte[] ivBytes, byte[] inputBytes, Operation operation) in GetResultBytesCTR()
107 …e byte[] GetResultBytesCBC(byte[] keyBytes, byte[] ivBytes, byte[] inputBytes, Operation operation) in GetResultBytesCBC()
133 …vate byte[] ProcessSegment(byte[] keyBytes, byte[] ivBytes, byte[] inputBytes, Operation operation) in ProcessSegment()
DAthenaX5200.cs164 private readonly IEnumRegisterField<JumpTable> operation; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.AthenaX5200
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfilerEntry.cs50 public MemoryEntry(byte operation) : base(ProfilerEntryType.MemoryAccess) in MemoryEntry()
62 … public PeripheralEntry(byte operation, ulong address) : base(ProfilerEntryType.PeripheralAccess) in PeripheralEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralAccessMethods.cs55 …public void SetMethod(MethodInfo i, object obj, BusAccess.Operation operation, BusAccess.Method me… in SetMethod()
317 …c void SetReadOrWriteMethod<TR, TW>(MethodInfo i, object obj, BusAccess.Operation operation, ref T… in SetReadOrWriteMethod()
DBusAccess.cs90 public static Operation GetComplementingOperation(Operation operation) in GetComplementingOperation()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DPosixFileLocker.cs59 private extern static int Flock(int fd, FlockOperation operation); in Flock()
DSharedLibraries.cs155 private static void HandleError(string operation) in HandleError()
DMisc.cs1815 public static MpuAccess MemoryOperationToMpuAccess(MemoryOperation operation) in MemoryOperationToMpuAccess()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DEFMGPIOPort.cs64 private void DoPinOperation(int portNumber, Operation operation, uint value) in DoPinOperation()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DBitAccess.cs71 private readonly Func<uint, uint, uint> operation; field in Antmicro.Renode.Peripherals.Miscellaneous.BitAccess
DEmulatorController.cs240 private void HandleTimeMeasure(TimeMeasurementOperation operation) in HandleTimeMeasure()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DMultithreadContinueCommand.cs248 private void ManageOperation(Operation operation) in ManageOperation()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32L0_FlashController.cs252 …private void EraseMemoryAccessHook(ulong pc, MemoryOperation operation, ulong virtualAddress, ulon… in EraseMemoryAccessHook()
DOpenTitan_FlashController.cs948 private readonly IEnumRegisterField<ControlOp> operation; field in Antmicro.Renode.Peripherals.MTD.OpenTitan_FlashController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCV32E40P.cs233 …private void ManipulateBitsInRegister(ulong opcode, Source source, Operation operation, Width widt… in ManipulateBitsInRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1110 private void OnMemoryAccess(ulong pc, uint operation, ulong virtualAddress, ulong value) in OnMemoryAccess()