Searched refs:pushToAgent (Results 1 – 2 of 2) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/ |
D | renode_bus.cpp | 66 pushToAgent(pushByte, addr, value); in pushByteToAgent() 71 pushToAgent(pushWord, addr, value); in pushWordToAgent() 76 pushToAgent(pushDoubleWord, addr, value); in pushDoubleWordToAgent() 84 void RenodeAgent::pushToAgent(Action action, uint64_t addr, uint64_t value) in pushToAgent() function in RenodeAgent
|
D | renode_bus.h | 44 virtual void pushToAgent(Action action, uint64_t addr, uint64_t value);
|