Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs33 using(SetLocalContext(context, cpuState)) in ReadByte()
89 using(SetLocalContext(context, cpuState)) in WriteByte()
147 using(SetLocalContext(context, cpuState)) in ReadWord()
203 using(SetLocalContext(context, cpuState)) in WriteWord()
261 using(SetLocalContext(context, cpuState)) in ReadDoubleWord()
317 using(SetLocalContext(context, cpuState)) in WriteDoubleWord()
375 using(SetLocalContext(context, cpuState)) in ReadQuadWord()
431 using(SetLocalContext(context, cpuState)) in WriteQuadWord()
DSystemBusGenerated.tt57 using(SetLocalContext(context, cpuState))
113 using(SetLocalContext(context, cpuState))
DSystemBus.cs606 using(SetLocalContext(context)) in ReadBytes()
653 using(SetLocalContext(context)) in WriteBytes()
2048 private IDisposable SetLocalContext(IPeripheral context, ulong? initiatorState = null) in SetLocalContext() method in Antmicro.Renode.Peripherals.Bus.SystemBus