Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs440 … channelThread.SignalChannelAbort(Channel.ChannelFaultReason.UndefinedInstruction); in ExecuteLoop()
654 UndefinedInstruction = 1 << 0, // undef_instr enumerator
DPL330_DMA_Instructions.cs187 …t.channels[channelIndex.Value].SignalChannelAbort(Channel.ChannelFaultReason.UndefinedInstruction); in ExecuteIfCorrectThread()