Home
last modified time | relevance | path

Searched refs:CPU (Results 1 – 25 of 248) sorted by relevance

12345678910

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DBlockPythonEngine.cs11 using Antmicro.Renode.Peripherals.CPU;
24 CPU = cpu; in BlockPythonEngine()
34 CPU.Log(LogLevel.Error, "Python runtime error: {0}", error); in BlockPythonEngine()
44 CPU.Log(LogLevel.Error, "Python runtime error: {0}", error); in BlockPythonEngine()
53 Scope.SetVariable("cpu", CPU); in InnerInit()
54 Scope.SetVariable("self", CPU); in InnerInit()
67 private readonly ICPUWithHooks CPU; field in Antmicro.Renode.Hooks.BlockPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/
DIFunctionHandler.cs11 using Antmicro.Renode.Peripherals.CPU;
30 this.CPU = cpu; in BaseFunctionHandler()
33 protected readonly TranslationCPU CPU; field in Antmicro.Renode.Plugins.TracePlugin.Handlers.BaseFunctionHandler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceWriter.cs13 using Antmicro.Renode.Peripherals.CPU.Disassembler;
16 namespace Antmicro.Renode.Peripherals.CPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DIHaltable.cs8 namespace Antmicro.Renode.Peripherals.CPU
DExecutionMode.cs7 namespace Antmicro.Renode.Peripherals.CPU
DICPUWithMetrics.cs10 namespace Antmicro.Renode.Peripherals.CPU
DCPUState.cs8 namespace Antmicro.Renode.Peripherals.CPU
DICPUWithNMI.cs8 namespace Antmicro.Renode.Peripherals.CPU
DHaltReason.cs10 namespace Antmicro.Renode.Peripherals.CPU
DBreakpointType.cs7 namespace Antmicro.Renode.Peripherals.CPU
DICPUWithPSCI.cs9 namespace Antmicro.Renode.Peripherals.CPU
DIControllableCPU.cs10 namespace Antmicro.Renode.Peripherals.CPU
DExecutionResult.cs7 namespace Antmicro.Renode.Peripherals.CPU
DICPUWithMemoryAccessHooks.cs10 namespace Antmicro.Renode.Peripherals.CPU
DICPUWithOpcodeHooks.cs9 namespace Antmicro.Renode.Peripherals.CPU
DICPUWithPostGprAccessHooks.cs9 namespace Antmicro.Renode.Peripherals.CPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPrivilegeLevel.cs8 namespace Antmicro.Renode.Peripherals.CPU
DCSRValidationLevel.cs9 namespace Antmicro.Renode.Peripherals.CPU
DVectorInstructionsOpcodes.cs9 namespace Antmicro.Renode.Peripherals.CPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/
DIAssembler.cs8 namespace Antmicro.Renode.Peripherals.CPU.Assembler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIIndirectCSRPeripheral.cs8 namespace Antmicro.Renode.Peripherals.CPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Registers/
DIRegisters.cs11 namespace Antmicro.Renode.Peripherals.CPU.Registers
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/GDB/
DGDBTypeEnumValue.cs10 namespace Antmicro.Renode.Peripherals.CPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CFU/
DICFU.cs8 using Antmicro.Renode.Peripherals.CPU;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DTwoStateEnum.cs10 using Antmicro.Renode.Peripherals.CPU;

12345678910