Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1711 restartTranslationBlock = true; in RequestTranslationBlockRestart()
1717 if(restartTranslationBlock) in IDisposable.Dispose()
1719 restartTranslationBlock = false; in IDisposable.Dispose()
1737 private bool restartTranslationBlock; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU.CpuThreadPauseGuard