Searched defs:entry_size (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/tags/indexing_policies/
H A DIndexingPolicies.py42 entry_size = Param.Int(Parent.entry_size, "entry size in bytes") variable in class:BaseIndexingPolicy
/gem5/src/mem/cache/tags/
H A DTags.py73 entry_size = Param.Int(Parent.cache_line_size, variable in class:BaseTags
98 entry_size = Parent.cache_line_size * Self.num_blocks_per_sector variable in class:SectorTags

Completed in 4 milliseconds