Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmPerformanceMonitoringUnit.cs68 … cleared by writing 0x{0:X} to the PMLAR register at 0x{1:X3}", SoftwareLockDisableValue, (ulong)R… in WriteDoubleWord()
331 var newSoftwareLockEnabled = newValue != SoftwareLockDisableValue; in DefineMemoryMappedRegisters()
336 … Software Lock with invalid value 0x{0:X}, should be 0x{1:X}", newValue, SoftwareLockDisableValue); in DefineMemoryMappedRegisters()
493 private const uint SoftwareLockDisableValue = 0xC5ACCE55; field in Antmicro.Renode.Peripherals.Miscellaneous.ArmPerformanceMonitoringUnit