Lines Matching defs:context

160 …text(IBusPeripheral peripheral, BusRangeRegistration newRegistration, ICPU context, Func<IEnumerab…  in MoveRegistrationWithinContext()
411 …public bool TryConvertStateToUlongForContext(IPeripheral context, IContextState cpuStateObj, out u… in TryConvertStateToUlongForContext()
427 private IEnumerable<ICPU> GetCPUsForContext(IPeripheral context) in GetCPUsForContext()
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()
580 public IEnumerable<IBusRegistered<IMapped>> GetMappedPeripherals(IPeripheral context = null) in GetMappedPeripherals()
587 …le<IBusRegistered<IBusPeripheral>> GetRegistrationsForPeripheralType<T>(IPeripheral context = null) in GetRegistrationsForPeripheralType()
593 …ic IEnumerable<IBusRegistered<IBusPeripheral>> GetRegisteredPeripherals(IPeripheral context = null) in GetRegisteredPeripherals()
604 …int count, byte[] destination, int startIndex, bool onlyMemory = false, IPeripheral context = null) in ReadBytes()
634 …lic byte[] ReadBytes(ulong address, int count, bool onlyMemory = false, IPeripheral context = null) in ReadBytes()
641 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes()
646 …c void WriteBytes(byte[] bytes, ulong address, bool onlyMemory = false, IPeripheral context = null) in WriteBytes()
651 … ulong address, int startingIndex, long count, bool onlyMemory = false, IPeripheral context = null) in WriteBytes()
681 …Bytes(byte[] bytes, ulong address, long count, bool onlyMemory = false, IPeripheral context = null) in WriteBytes()
686 …oid WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral context = null) in WriteBytes()
691 public void ZeroRange(Range range, IPeripheral context = null) in ZeroRange()
705 …mbolsFrom(IELF elf, bool useVirtualAddress = false, ulong? textAddress = null, ICPU context = null) in LoadSymbolsFrom()
711 public void ClearSymbols(ICPU context = null) in ClearSymbols()
717 public void AddSymbol(Range address, string name, bool isThumb = false, ICPU context = null) in AddSymbol()
794 …tAllSymbolAddresses(string symbolName, out IEnumerable<ulong> symbolAddresses, ICPU context = null) in TryGetAllSymbolAddresses()
801 public IEnumerable<ulong> GetAllSymbolAddresses(string symbolName, ICPU context = null) in GetAllSymbolAddresses()
810 public string FindSymbolAt(ulong offset, ICPU context = null) in FindSymbolAt()
819 … public bool TryFindSymbolAt(ulong offset, out string name, out Symbol symbol, ICPU context = null) in TryFindSymbolAt()
844 …edSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedMemory context = null) in MapMemory()
865 public void UnmapMemory(Range range, ICPU context = null) in UnmapMemory()
975 …merable<BusRangeRegistration> GetRegistrationPoints(IBusPeripheral peripheral, ICPU context = null) in GetRegistrationPoints()
1052 public void SetAddressRangeLocked(Range range, bool locked, IPeripheral context = null) in SetAddressRangeLocked()
1097 public bool IsAddressRangeLocked(Range range, IPeripheral context = null) in IsAddressRangeLocked()
1151 public SymbolLookup GetLookup(ICPU context = null) in GetLookup()
1225 private SymbolLookup GetOrCreateLookup(ICPU context) in GetOrCreateLookup()
1241 private void RemoveLookup(ICPU context = null) in RemoveLookup()
1315 …IBusRegistered<IBusPeripheral>> GetAccessiblePeripheralsForContext(IPeripheral context, ulong? ini… in GetAccessiblePeripheralsForContext()
1663 …eral, PeripheralAccessMethods methods, BusRangeRegistration registrationPoint, IPeripheral context) in RegisterInner()
1731 private void RelockRange(Range range, bool locked, IPeripheral context) in RelockRange()
1762 …private bool CanRangeBeLocked(Range range, IPeripheral context, out IEnumerable<IBusRegistered<IMa… in CanRangeBeLocked()
1770 …merable<PeripheralLookupResult> FindTargets(ulong address, ulong count, IPeripheral context = null) in FindTargets()
1919 …rPeripheral(IBusPeripheral peripheral, BusRangeRegistration registrationPoint, IPeripheral context) in AddMappingsForPeripheral()
1932 private void UnregisterAccessFlags(BusRangeRegistration registrationPoint, ICPU context) in UnregisterAccessFlags()
2048 private IDisposable SetLocalContext(IPeripheral context, ulong? initiatorState = null) in SetLocalContext()
2071 …apper(IMappedSegment segment, BusRangeRegistration registrationPoint, ICPUWithMappedMemory context) in FromRegistrationPointToSegmentWrapper()
2135 … public void WithStateCollection(IPeripheral context, StateMask? stateMask, Action<TValue> action) in WithStateCollection()
2157 public IEnumerable<StateMask> GetAllStateKeys(IPeripheral context) in GetAllStateKeys()
2271 …pedSegment wrappedSegment, ulong peripheralOffset, ulong maximumSize, ICPUWithMappedMemory context) in MappedSegmentWrapper()
2366 private readonly ICPUWithMappedMemory context; field in Antmicro.Renode.Peripherals.Bus.SystemBus.MappedSegmentWrapper
2414 private readonly ThreadLocal<Tuple<IPeripheral, ulong?>> context; field in Antmicro.Renode.Peripherals.Bus.SystemBus.ThreadLocalContext