Home
last modified time | relevance | path

Searched defs:currentAddress (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs32 …public override void StackFrameAdd(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFrameAdd()
54 …public override void StackFramePop(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFramePop()
DPerfettoProfiler.cs41 …public override void StackFrameAdd(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFrameAdd()
62 …public override void StackFramePop(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFramePop()
DBaseProfiler.cs42 …public abstract void StackFrameAdd(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFrameAdd()
43 …public abstract void StackFramePop(ulong currentAddress, ulong returnAddress, ulong instructionsCo… in StackFramePop()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusHookHandler.cs23 …public void Invoke(ICpuSupportingGdb cpu, ulong currentAddress, SysbusAccessWidth currentWidth, ul… in Invoke()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Memory/
DGenericI2cEeprom.cs166 private int currentAddress; field in Antmicro.Renode.Peripherals.Memory.GenericI2cEeprom
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU_Profiler.cs110 …protected void OnStackChange(ulong currentAddress, ulong returnAddress, ulong instructionsCount, i… in OnStackChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFR32_GenericI2CController.cs380 private int currentAddress; field in Antmicro.Renode.Peripherals.I2C.EFR32_GenericI2CController
DEFM32GGI2CController.cs640 private int currentAddress; field in Antmicro.Renode.Peripherals.I2C.EFM32GGI2CController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DCC2538_Cryptoprocessor.cs737 protected ulong currentAddress; field in Antmicro.Renode.Peripherals.Miscellaneous.CC2538_Cryptoprocessor.SysbusReaderWriterBase