Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMMU.cs15 … bool TryTranslateAddress(ulong logicalAddress, MpuAccess accessType, out ulong physicalAddress); in TryTranslateAddress() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommand.cs63 protected bool TryTranslateAddress(ulong address, out ulong translatedAddress, bool write) in TryTranslateAddress() method in Antmicro.Renode.Utilities.GDB.Command
156 if(!TryTranslateAddress(address, out var translatedAddress, write)) in TryAddTranslatedMemoryFragment()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs205 AttachedCPU.TryTranslateAddress(pc, MpuAccess.InstructionFetch, out var pcPhysical); in HandleBlockEndHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1113TryTranslateAddress(virtualAddress, Misc.MemoryOperationToMpuAccess((MemoryOperation)operation), o… in OnMemoryAccess()
1800 …public bool TryTranslateAddress(ulong logicalAddress, MpuAccess accessType, out ulong physicalAddr… in TryTranslateAddress() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
2178 TryTranslateAddress(addr, MpuAccess.InstructionFetch, out addr); in DisassembleBlock()
2194 TryTranslateAddress(addr, MpuAccess.InstructionFetch, out addr); in AssembleBlock()