Searched hist:8951 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dtrie.hh8951:4347de090956 Sun Apr 15 02:19:00 EDT 2012 Gabe Black <gblack@eecs.umich.edu> sim: A trie data structure specifically to speed up paging lookups.

This change adds a trie data structure which stores an arbitrary pointer type
based on an address and a number of relevant bits. Then lookups can be done
against the trie where the tree is traversed and the first legitimate match
found is returned.
/gem5/src/unittest/
H A DSConscript8951:4347de090956 Sun Apr 15 02:19:00 EDT 2012 Gabe Black <gblack@eecs.umich.edu> sim: A trie data structure specifically to speed up paging lookups.

This change adds a trie data structure which stores an arbitrary pointer type
based on an address and a number of relevant bits. Then lookups can be done
against the trie where the tree is traversed and the first legitimate match
found is returned.

Completed in 19 milliseconds