Home
last modified time | relevance | path

Searched refs:IsByteAccessible (Results 1 – 1 of 1) 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()
137 private bool IsByteAccessible(long offset) in IsByteAccessible() method in Antmicro.Renode.Peripherals.IRQControllers.ArmGicRedistributorRegistration