Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs70 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) in ReadByteWithState()
128 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) in WriteByteWithState()
184 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) in ReadWordWithState()
242 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) in WriteWordWithState()
298 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) in ReadDoubleWordWithState()
356 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) in WriteDoubleWordWithState()
412 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) in ReadQuadWordWithState()
470 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) in WriteQuadWordWithState()
DSystemBusGenerated.tt94 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state))
152 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state))
DBusControllerProxy.cs178 …public virtual bool TryConvertStateToUlongForContext(IPeripheral context, IContextState stateObj, … in TryConvertStateToUlongForContext() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
181 if(!ParentController.TryConvertStateToUlongForContext(context, stateObj, out state)) in TryConvertStateToUlongForContext()
DIBusController.cs55 …bool TryConvertStateToUlongForContext(IPeripheral context, IContextState stateObj, out ulong? stat… in TryConvertStateToUlongForContext() method
DSystemBus.cs411 …public bool TryConvertStateToUlongForContext(IPeripheral context, IContextState cpuStateObj, out u… in TryConvertStateToUlongForContext() method in Antmicro.Renode.Peripherals.Bus.SystemBus