Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs322 isInterruptLoggingEnabled = false; in Reset()
570 if(!isInterruptLoggingEnabled) in LogCpuInterrupts()
574 isInterruptLoggingEnabled = true; in LogCpuInterrupts()
581 isInterruptLoggingEnabled = false; in LogCpuInterrupts()
2451 private bool isInterruptLoggingEnabled; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU