Home
last modified time | relevance | path

Searched refs:LogWriteAccess (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs30 …gic.LogWriteAccess(registerExists, value, "Redistributor (byte access)", offset, (ARM_GenericInter… in GetWriteByteMethod()
62 …gic.LogWriteAccess(registerExists, value, "Redistributor", offset, (ARM_GenericInterruptController… in GetWriteDoubleWordMethod()
92 …gic.LogWriteAccess(entry.RedistributorQuadWordRegisters.TryWrite(offset, value), value, "Redistrib… in GetWriteQuadWordMethod()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs207LogWriteAccess(registerExists, value, "Distributor (byte access)", offset, (DistributorRegisters)o… in WriteByteToDistributor()
233LogWriteAccess(registerExists, value, "Distributor", offset, (DistributorRegisters)offset); in WriteDoubleWordToDistributor()
257LogWriteAccess(distributorQuadWordRegisters.TryWrite(offset, value), value, "Distributor", offset,… in WriteQuadWordToDistributor()
266LogWriteAccess(distributorQuadWordRegisters.TryRead(offset, out value), value, "Distributor", offs… in ReadQuadWordFromDistributor()
278LogWriteAccess(registerExists, value, "memory-mapped CPU Interface", offset, (CPUInterfaceRegister… in WriteDoubleWordToCPUInterface()
300LogWriteAccess(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