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

/gem5/src/arch/x86/
H A Dpagetable.hh62 typedef Trie<Addr, X86ISA::TlbEntry> TlbEntryTrie;
/gem5/src/base/
H A Dtrie.hh43 class Trie class
110 Trie() : head(0, 0, NULL) function in class:Trie
264 panic("Reached the end of the Trie insert function!\n");
299 panic("Trie: Can't remove root node.\n");
312 panic("Trie: Inconsistent parent/kid relationship.\n");
359 ccprintf(os, "*** Start of Trie: %s\n", title);
H A Dtrie.test.cc52 typedef Trie<Addr, uint32_t> TrieType;

Completed in 6 milliseconds