Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPicoRV32.cs159 var pendingExceptions = (pendingInterrupts & ExceptionsMask); in IrqIsPending()
297 private const uint ExceptionsMask = ((1u << UnalignedMemoryAccessInterruptSource) field in Antmicro.Renode.Peripherals.CPU.PicoRV32