| D | ARM_GenericInterruptController.cs | 207 …LogWriteAccess(registerExists, value, "Distributor (byte access)", offset, (DistributorRegisters)o… in WriteByteToDistributor() 233 … LogWriteAccess(registerExists, value, "Distributor", offset, (DistributorRegisters)offset); in WriteDoubleWordToDistributor() 257 …LogWriteAccess(distributorQuadWordRegisters.TryWrite(offset, value), value, "Distributor", offset,… in WriteQuadWordToDistributor() 266 …LogWriteAccess(distributorQuadWordRegisters.TryRead(offset, out value), value, "Distributor", offs… in ReadQuadWordFromDistributor() 278 …LogWriteAccess(registerExists, value, "memory-mapped CPU Interface", offset, (CPUInterfaceRegister… in WriteDoubleWordToCPUInterface() 300 …LogWriteAccess(cpuInterfaceSystemRegisters.TryWrite(offset, value), value, "CPU Interface", offset… in WriteSystemRegisterCPUInterface() 364 …public void LogWriteAccess(bool registerExists, object value, string collectionName, long offset, … in LogWriteAccess() method in Antmicro.Renode.Peripherals.IRQControllers.ARM_GenericInterruptController
|