Home
last modified time | relevance | path

Searched refs:Utils (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs29 …var registerExists = IsByteAccessible(offset) && Utils.TryWriteByteToDoubleWordCollection(entry.Re… in GetWriteByteMethod()
44 …var registerExists = IsByteAccessible(offset) && Utils.TryReadByteFromDoubleWordCollection(entry.R… in GetReadByteMethod()
61 …|| Utils.TryWriteDoubleWordToQuadWordCollection(entry.RedistributorQuadWordRegisters, offset, valu… in GetWriteDoubleWordMethod()
78 …|| Utils.TryReadDoubleWordFromQuadWordCollection(entry.RedistributorQuadWordRegisters, offset, out… in GetReadDoubleWordMethod()
DUtils.cs16 internal class Utils class
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs206 …var registerExists = IsDistributorByteAccessible(offset) && Utils.TryWriteByteToDoubleWordCollecti… in WriteByteToDistributor()
218 …var registerExists = IsDistributorByteAccessible(offset) && Utils.TryReadByteFromDoubleWordCollect… in ReadByteFromDistributor()
232 …registerExists = registerExists || Utils.TryWriteDoubleWordToQuadWordCollection(distributorQuadWor… in WriteDoubleWordToDistributor()
246 …registerExists = registerExists || Utils.TryReadDoubleWordFromQuadWordCollection(distributorQuadWo… in ReadDoubleWordFromDistributor()
1028Utils.AddRegistersAtOffset(registersMap, (long)DistributorRegisters.InterruptSetEnable_0, in BuildDistributorDoubleWordRegistersMap()
1032Utils.AddRegistersAtOffset(registersMap, (long)DistributorRegisters.InterruptClearEnable_0, in BuildDistributorDoubleWordRegistersMap()
1036 Utils.AddRegistersAtOffset(registersMap, (long)DistributorRegisters.InterruptPriority_0, in BuildDistributorDoubleWordRegistersMap()
1040Utils.AddRegistersAtOffset(registersMap, (long)DistributorRegisters.InterruptProcessorTargets_0, in BuildDistributorDoubleWordRegistersMap()
1043Utils.AddRegistersAtOffset(registersMap, (long)DistributorRegisters.InterruptProcessorTargets_8, in BuildDistributorDoubleWordRegistersMap()
1047Utils.AddRegistersAtOffset(registersMap, (long)DistributorRegisters.InterruptConfiguration_0, in BuildDistributorDoubleWordRegistersMap()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DRegisterValue.cs10 using Microsoft.Scripting.Utils;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Network/
DEthernetFrame.cs14 using PacketDotNet.Utils;