Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs320 …public virtual ulong ReadQuadWordWithState(ulong address, IPeripheral context, IContextState state… in ReadQuadWordWithState() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
322 return ParentController.ReadQuadWordWithState(address, context, stateObj); in ReadQuadWordWithState()
DIBusController.cs43 ulong ReadQuadWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadQuadWordWithState() method
DSystemBusGenerated.cs409 … public ulong ReadQuadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadQuadWordWithState() method in Antmicro.Renode.Peripherals.Bus.SystemBus