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

/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.hh80 const int NUM_SKEWING_FUNCTIONS = 8; member in class:SkewedAssociative
H A Dskewed_associative.cc46 if (assoc > NUM_SKEWING_FUNCTIONS) {
101 switch (way % NUM_SKEWING_FUNCTIONS) {
133 for (uint32_t i = 0; i < way/NUM_SKEWING_FUNCTIONS; i++) {
147 // If we have more than NUM_SKEWING_FUNCTIONS ways, unpile the hashes
148 if (way >= NUM_SKEWING_FUNCTIONS) {
149 for (uint32_t i = 0; i < way/NUM_SKEWING_FUNCTIONS; i++) {

Completed in 5 milliseconds