Searched refs:pickEntryIdxToReplace (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_caches.hh149 size_t pickEntryIdxToReplace(const Set &set, AllocPolicy alloc);
193 size_t pickEntryIdxToReplace(const Set &set);
233 size_t pickEntryIdxToReplace(const Set &set);
280 size_t pickEntryIdxToReplace(const Set &set);
350 size_t pickEntryIdxToReplace(const Set &set,
H A Dsmmu_v3_caches.cc254 set[pickEntryIdxToReplace(set, alloc)] = incoming;
371 SMMUTLB::pickEntryIdxToReplace(const Set &set, AllocPolicy alloc) function in class:SMMUTLB
506 set[pickEntryIdxToReplace(set)] = incoming;
591 ARMArchTLB::pickEntryIdxToReplace(const Set &set) function in class:ARMArchTLB
704 set[pickEntryIdxToReplace(set)] = incoming;
771 IPACache::pickEntryIdxToReplace(const Set &set) function in class:IPACache
883 set[pickEntryIdxToReplace(set)] = incoming;
935 ConfigCache::pickEntryIdxToReplace(const Set &set) function in class:ConfigCache
1076 set[pickEntryIdxToReplace(set, incoming.stage, incoming.level)] =
1192 WalkCache::pickEntryIdxToReplace(cons function in class:WalkCache
[all...]

Completed in 8 milliseconds