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

/gem5/src/mem/cache/prefetch/
H A Dsbooe.hh32 * Implementation of the 'Sandbox Based Optimal Offset Estimation'
34 * Brown, N. T., & Sendag, R. Sandbox Based Optimal Offset Estimation.
94 struct Sandbox { struct in class:SBOOEPrefetcher
109 Sandbox(unsigned int max_entries, int _stride) function in struct:SBOOEPrefetcher::Sandbox
124 * @return Useful score of the sandbox. Sandbox score adjusted by
132 std::vector<Sandbox> sandboxes;
135 Sandbox * bestSandbox;
H A Dsbooe.cc52 sandboxes.push_back(Sandbox(p->sandbox_entries, i-1));
57 SBOOEPrefetcher::Sandbox::insert(Addr addr, Tick tick)
73 for (Sandbox &sb : sandboxes) {
/gem5/ext/testlib/
H A Drunner.py135 sandbox.Sandbox(TestParameters(
H A Dsandbox.py170 class Sandbox(object): class in inherits:object

Completed in 7 milliseconds