Searched defs:IsMemory (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ | ||
| D | IBusController.cs | 95 bool IsMemory(ulong address, ICPU context = null); in IsMemory() method |
| D | BusControllerProxy.cs | 430 public virtual bool IsMemory(ulong address, ICPU context = null) in IsMemory() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy |
| D | SystemBus.cs | 574 public bool IsMemory(ulong address, ICPU context = null) in IsMemory() method in Antmicro.Renode.Peripherals.Bus.SystemBus |