Home
last modified time | relevance | path

Searched refs:GetNewDirtyAddressesForCore (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs36 long[] GetNewDirtyAddressesForCore(ICPU cpu); in GetNewDirtyAddressesForCore() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1131 var dirtyAddressesList = machine.GetNewDirtyAddressesForCore(this); in GetDirty()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs851 public long[] GetNewDirtyAddressesForCore(ICPU cpu) in GetNewDirtyAddressesForCore() method in Antmicro.Renode.Core.Machine