Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_BigNumberAcceleratorCore.cs205 ThrowError(CoreError.BadInstructionAddress, false); in HandleException()
208 ThrowError(CoreError.IllegalInstruction, false); in HandleException()
216 ThrowError(CoreError.BadDataAddress, false); in HandleException()
276 private void ThrowError(CoreError error, bool stopExecution = true) in ThrowError() method in Antmicro.Renode.Peripherals.CPU.OpenTitan_BigNumberAcceleratorCore
294 ThrowError(CoreError.CallStack); in HandleX1Access()
304 ThrowError(CoreError.CallStack); in HandleX1Access()
383 ThrowError(CoreError.Loop); in ExecuteLoop()
457 ThrowError(CoreError.Loop); in InnerLoopHandler()
464 ThrowError(CoreError.Loop); in InnerLoopHandler()
471 ThrowError(CoreError.Loop); in InnerLoopHandler()
[all …]