Searched refs:frontendBuffer (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A Dmemoryctrl.cc321 : McPATComponent(_xml_data), frontendBuffer(NULL), readBuffer(NULL),
360 frontendBuffer = new CacheArray(xml_data, &interface_ip, "Reorder Buffer",
362 children.push_back(frontendBuffer);
364 frontendBuffer->tdp_stats.reset();
365 frontendBuffer->tdp_stats.readAc.access =
366 frontendBuffer->l_ip.num_search_ports +
367 frontendBuffer->l_ip.num_wr_ports;
368 frontendBuffer->tdp_stats.writeAc.access =
369 frontendBuffer->l_ip.num_search_ports;
370 frontendBuffer
[all...]
H A Dmemoryctrl.h73 CacheArray* frontendBuffer; member in class:MCFrontEnd

Completed in 5 milliseconds