Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfilerEntry.cs98 InsnFetch, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs172 if(operation != MemoryOperation.InsnFetch) in TrackMemoryAccesses()
DTraceBasedModelFlatBufferWriter.cs156 …case MemoryOperation.InsnFetch: // the instruction fetch is not included according to the document… in BuildInstructionFlatbuffer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1819 case MemoryOperation.InsnFetch: in MemoryOperationToMpuAccess()