Searched refs:HMCController (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/
H A Dhmc_controller.hh46 * HMCController declaration
54 #include "params/HMCController.hh"
75 class HMCController : public NoncoherentXBar class in inherits:NoncoherentXBar
79 HMCController(const HMCControllerParams *p);
H A DHMCController.py49 # The HMCController class highlights the fact that a component is required
71 class HMCController(NoncoherentXBar): class in inherits:NoncoherentXBar
72 type = 'HMCController'
H A Dhmc_controller.cc4 #include "debug/HMCController.hh"
6 HMCController::HMCController(const HMCControllerParams* p) : function in class:HMCController
14 HMCController*
17 return new HMCController(this);
22 void HMCController::recvRangeChange(PortID master_port_id)
33 int HMCController::rotate_counter()
42 bool HMCController::recvTimingReq(PacketPtr pkt, PortID slave_port_id)
57 DPRINTF(HMCController, "recvTimingReq: src %s %s 0x%x BUSY\n",
62 DPRINTF(HMCController, "recvTimingRe
[all...]

Completed in 3 milliseconds