Searched refs:MIN_BUFFER_SIZE (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/mcpat/
H A Dcommon.h61 #define MIN_BUFFER_SIZE 64 macro
H A Darray.cc74 if (l_ip.cache_sz < MIN_BUFFER_SIZE)
75 l_ip.cache_sz = MIN_BUFFER_SIZE;
H A Dcachearray.cc75 if (l_ip.cache_sz < MIN_BUFFER_SIZE) {
76 l_ip.cache_sz = MIN_BUFFER_SIZE;
H A Dsystem.cc319 interface_ip.cache_sz = MIN_BUFFER_SIZE;
H A Dcore.cc93 if (size < MIN_BUFFER_SIZE) {
94 size = MIN_BUFFER_SIZE;
531 if (size < MIN_BUFFER_SIZE) {
532 size = MIN_BUFFER_SIZE;
H A Dlogic.cc165 l_ip.cache_sz = MIN_BUFFER_SIZE;

Completed in 25 milliseconds