Searched refs:L2 (Results 1 - 23 of 23) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp_b.s72 $L2:
86 bgt $16,$L2
H A Dmips_b.s63 $L2:
76 bgtz $4,$L2
H A Dvax_b.s58 L2: label
71 bgtr L2
H A Dsparc_b.s70 L2: label
83 bg L2
H A Dm88k_b.s60 L2: label
83 bcnd.n gt0,r2,L2
H A Dpowerpc_mach_b.s145 L2: label
155 blt L2
H A Dpowerpc_sys5_b.s145 L2: label
155 blt L2
/gem5/configs/common/
H A DGPUTLBConfig.py104 L2 = [{'name': 'l2', 'width': 1, 'TLBarray': [], 'CoalescerArray': []}]
107 TLB_hierarchy = [L1, L2, L3]
192 # L1 <-> L2
201 # L2 <-> L3
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh57 L0, L1, L2, L3, L4, L5, L6, L7, enumerator in enum:SparcTraceChild::RegNum
H A Dtracechild.cc101 case SparcTraceChild::L2: return locals[2];
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py89 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 Dstarter_fs.py79 devices.L2),
143 # clusters have core-private L1 caches and an L2 that's shared
H A Dstarter_se.py73 devices.L2),
111 # private L1 caches and a shared L2 cache.
H A Ddevices.py84 class L2(L2Cache): class in inherits:L2Cache
/gem5/configs/common/cores/arm/
H A Dex5_LITTLE.py106 # Consider the L2 a victim cache also for clean lines
123 # Use a cache as a L2 TLB
137 # L2 Cache
138 class L2(Cache): class in inherits:Cache
H A Dex5_big.py157 # Consider the L2 a victim cache also for clean lines
175 # Use a cache as a L2 TLB
189 # L2 Cache
190 class L2(Cache): class in inherits:Cache
/gem5/configs/splash2/
H A Drun.py168 # Base L2 Cache Definition
171 class L2(Cache): class in inherits:Cache
204 system.l2 = L2(size = options.l2size, assoc = 8)
207 # Connect the L2 cache and memory together
216 # Connect the L2 cache and clusters together
H A Dcluster.py147 # Base L2 Cache Definition
150 class L2(Cache): class in inherits:Cache
219 system.l2 = L2(size = options.l2size, assoc = 8)
222 # Connect the L2 cache and memory together
230 # Connect the L2 cache and clusters together
/gem5/src/arch/arm/
H A Dtable_walker.cc150 stateQueues[L2].empty() && stateQueues[L3].empty() &&
576 start_lookup_level = currState->vtcr.sl0 ? L1 : L2;
626 start_lookup_level = L2;
650 start_lookup_level = L2;
775 L2, L3, L3, __, // sl0 == 0
776 L1, L2, L2, __, // sl0 == 1, etc.
1525 currState->l1Desc.domain(), L2);
1710 case L2:
1743 DPRINTF(TLB, "L2 descripto
[all...]
H A Dtable_walker.hh192 /** Address of L2 descriptor if it exists */
259 lookupLevel = L2;
265 lookupLevel = L2;
275 return "Inserting L2 Descriptor into TLB\n";
437 return lookupLevel == L2 ? Block : Invalid;
523 else // lookupLevel == L2
H A Dpagetable.hh80 L2, enumerator in enum:ArmISA::LookupLevel
/gem5/ext/mcpat/
H A Dbasic_components.h78 L2, enumerator in enum:CacheLevel
H A Dcacheunit.cc576 cache_params.cache_level = L2;

Completed in 40 milliseconds