Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DUtils.cs32 …internal static bool TryWriteByteToDoubleWordCollection(DoubleWordRegisterCollection registers, lo… in TryWriteByteToDoubleWordCollection() method in Antmicro.Renode.Peripherals.IRQControllers.ARM_GenericInterruptControllerModel.Utils
DArmGicRedistributorRegistration.cs29 …var registerExists = IsByteAccessible(offset) && Utils.TryWriteByteToDoubleWordCollection(entry.Re… in GetWriteByteMethod()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs206 …isterExists = IsDistributorByteAccessible(offset) && Utils.TryWriteByteToDoubleWordCollection(dist… in WriteByteToDistributor()