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

/gem5/src/mem/cache/replacement_policies/
H A Dtree_plru_rp.hh104 typedef std::vector<bool> PLRUTree; typedef in class:TreePLRURP
121 PLRUTree* treeInstance;
142 std::shared_ptr<PLRUTree> tree;
150 TreePLRUReplData(const uint64_t index, std::shared_ptr<PLRUTree> tree);
H A Dtree_plru_rp.cc95 const uint64_t index, std::shared_ptr<PLRUTree> tree)
115 PLRUTree* tree = treePLRU_replacement_data->tree.get();
141 PLRUTree* tree = treePLRU_replacement_data->tree.get();
175 const PLRUTree* tree = std::static_pointer_cast<TreePLRUReplData>(
201 treeInstance = new PLRUTree(numLeaves - 1, false);
207 std::shared_ptr<PLRUTree>(treeInstance));

Completed in 5 milliseconds