Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_ResetManager.cs182 }, unresetable: toSkip); in ExecuteResetWithSkipped()
197 }, unresetable: toSkip); in ExecutePeripheralInitiatedResetWithSkipped()
DSAM4S_RSTC.cs72 … machine.RequestResetInSafeState(unresetable: new IPeripheral[] { this, cpu, machine.SystemBus }); in InvokeReset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs61 …void RequestResetInSafeState(Action postReset = null, ICollection<IPeripheral> unresetable = null); in RequestResetInSafeState() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs558 … void RequestResetInSafeState(Action postReset = null, ICollection<IPeripheral> unresetable = null) in RequestResetInSafeState() argument
566 …ripheral in registeredPeripherals.Distinct().Where(p => p != this && !(unresetable?.Contains(p) ??… in RequestResetInSafeState()