Home
last modified time | relevance | path

Searched refs:IsAddressRangeLocked (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs26 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()
DSystemBusGenerated.tt50 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context))
106 if(IsAddressRangeLocked(address.By((ulong)accessWidth), context))
DBusControllerProxy.cs285 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()
DIBusController.cs60 bool IsAddressRangeLocked(Range range, IPeripheral context = null); in IsAddressRangeLocked() method
DSystemBus.cs189 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()