Searched refs:IsAddressRangeLocked (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SystemBusGenerated.cs | 26 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) in ReadByte() 82 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) in WriteByte() 140 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) in ReadWord() 196 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) in WriteWord() 254 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) in ReadDoubleWord() 310 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) in WriteDoubleWord() 368 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) in ReadQuadWord() 424 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) in WriteQuadWord()
|
| D | SystemBusGenerated.tt | 50 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context)) 106 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context))
|
| D | BusControllerProxy.cs | 285 public virtual bool IsAddressRangeLocked(Range range, IPeripheral context = null) in IsAddressRangeLocked() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy 287 return ParentController.IsAddressRangeLocked(range, context); in IsAddressRangeLocked()
|
| D | IBusController.cs | 60 bool IsAddressRangeLocked(Range range, IPeripheral context = null); in IsAddressRangeLocked() method
|
| D | SystemBus.cs | 189 if(IsAddressRangeLocked(busRegistered.RegistrationPoint.Range, context)) in MoveRegistrationWithinContext() 1057 …edRangesCollectionByContext[context].ContainsWholeRange(range) : !IsAddressRangeLocked(range, cont… in SetAddressRangeLocked() 1097 public bool IsAddressRangeLocked(Range range, IPeripheral context = null) in IsAddressRangeLocked() method in Antmicro.Renode.Peripherals.Bus.SystemBus 1687 if(IsAddressRangeLocked(registrationPoint.Range, context)) in RegisterInner() 1711 if(IsAddressRangeLocked(registrationPoint.Range, context)) in RegisterInner()
|