Searched refs:IsMemory (Results 1 – 4 of 4) sorted by relevance
430 public virtual bool IsMemory(ulong address, ICPU context = null) in IsMemory() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy432 return ParentController.IsMemory(address, context); in IsMemory()
95 bool IsMemory(ulong address, ICPU context = null); in IsMemory() method
574 public bool IsMemory(ulong address, ICPU context = null) in IsMemory() method in Antmicro.Renode.Peripherals.Bus.SystemBus
221 if(!machine.SystemBus.IsMemory(value, this))673 if(!sysbus.IsMemory(pc, this) || (pc == 0 && sp == 0)) in InitPCAndSP()