Home
last modified time | relevance | path

Searched refs:TryConvertUlongToStateObj (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheralWithTransactionState.cs15 bool TryConvertUlongToStateObj(ulong? state, out IContextState stateObj); in TryConvertUlongToStateObj() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs808 public bool TryConvertUlongToStateObj(ulong? state, out IContextState stateObj) in TryConvertUlongToStateObj() method in Antmicro.Renode.Peripherals.CPU.CortexM
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs399 …if((cpu == null) || !cpu.TryConvertUlongToStateObj(threadLocalContext.InitiatorState.Value, out va… in TryGetCurrentContextState()