Home
last modified time | relevance | path

Searched defs:stateObj (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs67 public byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadByteWithState()
125 …lic void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextState stateObj) in WriteByteWithState()
181 public ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadWordWithState()
239 …c void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextState stateObj) in WriteWordWithState()
295 … public uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadDoubleWordWithState()
353 …id WriteDoubleWordWithState(ulong address, uint value, IPeripheral context, IContextState stateObj) in WriteDoubleWordWithState()
409 … public ulong ReadQuadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadQuadWordWithState()
467 …oid WriteQuadWordWithState(ulong address, ulong value, IPeripheral context, IContextState stateObj) in WriteQuadWordWithState()
DIBusController.cs28 byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadByteWithState()
30 … void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextState stateObj); in WriteByteWithState()
33 ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadWordWithState()
35 … void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextState stateObj); in WriteWordWithState()
38 uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadDoubleWordWithState()
40 …d WriteDoubleWordWithState(ulong address, uint value, IPeripheral context, IContextState stateObj); in WriteDoubleWordWithState()
43 ulong ReadQuadWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadQuadWordWithState()
45 …id WriteQuadWordWithState(ulong address, ulong value, IPeripheral context, IContextState stateObj); in WriteQuadWordWithState()
55 …bool TryConvertStateToUlongForContext(IPeripheral context, IContextState stateObj, out ulong? stat… in TryConvertStateToUlongForContext()
73 … bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out T stateObj); in TryGetCurrentContextState()
DBusControllerProxy.cs42 … public virtual byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadByteWithState()
59 …ual void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextState stateObj) in WriteByteWithState()
76 …public virtual ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadWordWithState()
93 …l void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextState stateObj) in WriteWordWithState()
110 …ic virtual uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadDoubleWordWithState()
127 …id WriteDoubleWordWithState(ulong address, uint value, IPeripheral context, IContextState stateObj) in WriteDoubleWordWithState()
178 …rtual bool TryConvertStateToUlongForContext(IPeripheral context, IContextState stateObj, out ulong… in TryConvertStateToUlongForContext()
220 …tual bool TryGetCurrentContextState<T>(out IPeripheralWithTransactionState context, out T stateObj) in TryGetCurrentContextState()
320 …lic virtual ulong ReadQuadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadQuadWordWithState()
330 …oid WriteQuadWordWithState(ulong address, ulong value, IPeripheral context, IContextState stateObj) in WriteQuadWordWithState()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheralWithTransactionState.cs14 bool TryConvertStateObjToUlong(IContextState stateObj, out ulong? state); in TryConvertStateObjToUlong()
15 bool TryConvertUlongToStateObj(ulong? state, out IContextState stateObj); in TryConvertUlongToStateObj()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs794 public bool TryConvertStateObjToUlong(IContextState stateObj, out ulong? state) in TryConvertStateObjToUlong()
808 public bool TryConvertUlongToStateObj(ulong? state, out IContextState stateObj) in TryConvertUlongToStateObj()