Searched refs:WalkCache (Results 1 - 11 of 11) sorted by relevance
/gem5/configs/example/arm/ |
H A D | fs_bigLITTLE.py | 89 devices.WalkCache, devices.L2 ] 97 devices.WalkCache, devices.L2 ] 105 ex5_big.WalkCache, ex5_big.L2 ] 113 ex5_LITTLE.L1D, ex5_LITTLE.WalkCache, ex5_LITTLE.L2 ]
|
H A D | starter_fs.py | 78 devices.WalkCache,
|
H A D | starter_se.py | 72 devices.WalkCache,
|
H A D | devices.py | 73 class WalkCache(PageTableWalkerCache): class in inherits:PageTableWalkerCache
|
/gem5/src/dev/arm/ |
H A D | smmu_v3_caches.cc | 969 * WalkCache 972 WalkCache::WalkCache(const std::array<unsigned, 2*WALK_CACHE_LEVELS> &_sizes, function in class:WalkCache 985 fatal("WalkCache must have at least one entry\n"); 989 fatal("Number of WalkCache entries at each level must be " 990 "divisible by WalkCache associativity\n"); 997 fatal("WalkCache associativity cannot be higher than " 1003 fatal("Number of WalkCache entries must be divisible " 1013 const WalkCache::Entry* 1014 WalkCache [all...] |
H A D | smmu_v3_caches.hh | 283 class WalkCache : public SMMUv3BaseCache class in inherits:SMMUv3BaseCache 305 WalkCache(const std::array<unsigned, 2*WALK_CACHE_LEVELS> &_sizes, 307 virtual ~WalkCache() {}
|
H A D | smmu_v3.hh | 102 WalkCache walkCache;
|
H A D | smmu_v3_transl.hh | 121 const WalkCache::Entry *&walkEntry,
|
H A D | smmu_v3_transl.cc | 649 const WalkCache::Entry *&walkEntry, 697 WalkCache::Entry e; 884 const WalkCache::Entry *walk_ep = NULL; 964 const WalkCache::Entry *walk_ep = NULL;
|
/gem5/configs/common/cores/arm/ |
H A D | ex5_LITTLE.py | 124 class WalkCache(Cache): class in inherits:Cache
|
H A D | ex5_big.py | 176 class WalkCache(Cache): class in inherits:Cache
|
Completed in 15 milliseconds