| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/ |
| D | LLVMDisassembler.cs | 32 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction() 37 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() 42 public int DisassembleBlock(ulong pc, byte[] memory, uint flags, out string text) in DisassembleBlock() 151 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction() 185 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() 277 …public bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult r… in TryDisassembleInstruction() 352 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() 374 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() 388 …public bool TryDisassembleInstruction(ulong pc, byte[] data, uint flags, out DisassemblyResult res… in TryDisassembleInstruction()
|
| D | IDisassembler.cs | 14 …bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, … in TryDisassembleInstruction() 15 …bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset… in TryDecodeInstruction()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/ |
| D | DefaultFunctionHandler.cs | 24 …public void CallHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> arg… in CallHandler() 29 …public void ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> a… in ReturnHandler()
|
| D | PrintfHandler.cs | 23 …public void CallHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> arg… in CallHandler() 28 …public void ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> a… in ReturnHandler()
|
| D | IFunctionHandler.cs | 17 …void CallHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> arguments); in CallHandler() 19 …void ReturnHandler(TranslationCPU cpu, ulong pc, string functionName, IEnumerable<object> argument… in ReturnHandler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/ |
| D | TraceFormat.cs | 30 public AdditionalData(ulong pc, AdditionalDataType type) in AdditionalData() 44 …public MemoryAccessAdditionalData(ulong pc, MemoryOperation operationType, ulong operationTargetVi… in MemoryAccessAdditionalData() 111 …public RiscVVectorConfigurationData(ulong pc, ulong vl, ulong vtype) : base(pc, AdditionalDataType… in RiscVVectorConfigurationData()
|
| D | TraceBinaryWriter.cs | 123 private void WritePCToBuffer(ulong pc) in WritePCToBuffer() 142 private bool TryReadAndDecodeInstruction(ulong pc, uint flags, out byte[] opcode) in TryReadAndDecodeInstruction()
|
| D | TraceWriter.cs | 64 …protected bool TryReadAndDisassembleInstruction(ulong pc, uint flags, out DisassemblyResult result) in TryReadAndDisassembleInstruction()
|
| D | ExecutionTracer.cs | 196 private void HandleBlockEndHook(ulong pc, uint instructionsInBlock) in HandleBlockEndHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/ |
| D | IAssembler.cs | 12 byte[] AssembleBlock(ulong pc, string code, uint flags); in AssembleBlock()
|
| D | LLVMAssembler.cs | 25 public byte[] AssembleBlock(ulong pc, string code, uint flags) in AssembleBlock()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/ |
| D | renode_callbacks.c | 24 void tlib_on_translation_block_find_slow(uint64_t pc) in tlib_on_translation_block_find_slow()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/ |
| D | CPUTracer.cs | 97 …private void EvaluateTraceCallback(ulong pc, string name, IEnumerable<FunctionCallParameter> param… in EvaluateTraceCallback() argument
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/ |
| D | STM32L0_FlashController.cs | 252 …private void EraseMemoryAccessHook(ulong pc, MemoryOperation operation, ulong virtualAddress, ulon… in EraseMemoryAccessHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 1077 private void OnBlockFinished(ulong pc, uint executedInstructions) in OnBlockFinished() 1110 private void OnMemoryAccess(ulong pc, uint operation, ulong virtualAddress, ulong value) in OnMemoryAccess() 1399 private delegate void TranslationBlockFetchCallback(ulong pc); in TranslationBlockFetchCallback() 2108 private void LogDisassembly(ulong pc, uint size, uint flags) in LogDisassembly()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | BaseRiscV.cs | 794 private void HandlePostOpcodeExecutionHook(UInt32 id, UInt64 pc) in HandlePostOpcodeExecutionHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SystemBus.cs | 272 public void SetPCOnAllCores(ulong pc) in SetPCOnAllCores()
|