Lines Matching defs:address

510         public void UnregisterFromAddress(ulong address, ICPU context = null)  in UnregisterFromAddress()
551 public IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null) in WhatIsAt()
556 public IPeripheral WhatPeripheralIsAt(ulong address, IPeripheral context = null) in WhatPeripheralIsAt()
566 public IBusRegistered<MappedMemory> FindMemory(ulong address, ICPU context = null) in FindMemory()
574 public bool IsMemory(ulong address, ICPU context = null) in IsMemory()
604 …public void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemor… in ReadBytes()
634 …public byte[] ReadBytes(ulong address, int count, bool onlyMemory = false, IPeripheral context = n… in ReadBytes()
646 …public void WriteBytes(byte[] bytes, ulong address, bool onlyMemory = false, IPeripheral context =… in WriteBytes()
651 …public void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory… in WriteBytes()
681 …public void WriteBytes(byte[] bytes, ulong address, long count, bool onlyMemory = false, IPeripher… in WriteBytes()
717 public void AddSymbol(Range address, string name, bool isThumb = false, ICPU context = null) in AddSymbol()
877 public void SetPageAccessViaIo(ulong address) in SetPageAccessViaIo()
885 public void ClearPageAccessViaIo(ulong address) in ClearPageAccessViaIo()
893 …public void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelega… in AddWatchpointHook()
930 public void RemoveWatchpointHook(ulong address, BusHookDelegate hook) in RemoveWatchpointHook()
949 public void RemoveAllWatchpointHooks(ulong address) in RemoveAllWatchpointHooks()
957 … public bool TryGetWatchpointsAt(ulong address, Access access, out List<BusHookHandler> result) in TryGetWatchpointsAt()
1038 public void RemoveTag(ulong address) in RemoveTag()
1770 …private IEnumerable<PeripheralLookupResult> FindTargets(ulong address, ulong count, IPeripheral co… in FindTargets()
1955 private string TryGetTag(ulong address, out ulong defaultValue) in TryGetTag()
1970 … private string EnterTag(string str, ulong address, out bool tagEntered, out ulong defaultValue) in EnterTag()
1987 private ulong ReportNonExistingRead(ulong address, SysbusAccessWidth type) in ReportNonExistingRead()
2023 private void ReportNonExistingWrite(ulong address, ulong value, SysbusAccessWidth type) in ReportNonExistingWrite()