Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs430 public virtual bool IsMemory(ulong address, ICPU context = null) in IsMemory() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
432 return ParentController.IsMemory(address, context); in IsMemory()
DIBusController.cs95 bool IsMemory(ulong address, ICPU context = null); in IsMemory() method
DSystemBus.cs574 public bool IsMemory(ulong address, ICPU context = null) in IsMemory() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs221 if(!machine.SystemBus.IsMemory(value, this))
673 if(!sysbus.IsMemory(pc, this) || (pc == 0 && sp == 0)) in InitPCAndSP()