Searched refs:TryConvertStateToUlongForContext (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SystemBusGenerated.cs | 70 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()
|
| D | SystemBusGenerated.tt | 94 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state)) 152 if(!TryConvertStateToUlongForContext(context, stateObj, out ulong? state))
|
| D | BusControllerProxy.cs | 178 …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()
|
| D | IBusController.cs | 55 …bool TryConvertStateToUlongForContext(IPeripheral context, IContextState stateObj, out ulong? stat… in TryConvertStateToUlongForContext() method
|
| D | SystemBus.cs | 411 …public bool TryConvertStateToUlongForContext(IPeripheral context, IContextState cpuStateObj, out u… in TryConvertStateToUlongForContext() method in Antmicro.Renode.Peripherals.Bus.SystemBus
|