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

/gem5/src/mem/
H A Dstack_dist_calc.cc516 const Node* next_up = node->parent; local
519 next_up = next_up->parent;
520 panic_if(!next_up, "Sanity check failed for node %ull \n",
525 panic_if(next_up->parent, "Sanity check failed for node %ull \n",

Completed in 5 milliseconds