Searched refs:L1 (Results 1 - 17 of 17) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp_b.s50 $L1:
64 bgt $16,$L1
H A Dmips_b.s44 $L1:
52 bgtz $4,$L1
H A Dvax_b.s43 L1: label
51 bgtr L1
H A Dm88k_b.s46 L1: label
52 bcnd.n gt0,r2,L1
H A Dsparc_b.s50 L1: label
H A Dpowerpc_mach_b.s90 b L1
99 L1: label
H A Dpowerpc_sys5_b.s90 b L1
99 L1: label
/gem5/configs/common/
H A DGPUTLBConfig.py100 L1 = [{'name': 'sqc', 'width': options.num_sqc, 'TLBarray': [], 'CoalescerArray': []},
107 TLB_hierarchy = [L1, L2, L3]
120 # If the sim calls for a fixed L1 TLB size across CUs,
159 for TLB_type in L1:
162 if name == 'l1': # L1 D-TLBs
192 # L1 <-> L2
194 for TLB_type in L1:
/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.cc100 case SparcTraceChild::L1: return locals[1];
/gem5/configs/splash2/
H A Dcluster.py138 # Base L1 Cache Definition
141 class L1(Cache): class in inherits:Cache
181 cluster.l1 = L1(size=options.l1size, assoc = 4)
194 cluster.l1 = L1(size=options.l1size, assoc = 4)
207 cluster.l1 = L1(size=options.l1size, assoc = 4)
H A Drun.py159 # Base L1 Cache Definition
162 class L1(Cache): class in inherits:Cache
219 cpu.addPrivateSplitL1Caches(L1(size = options.l1size, assoc = 1),
220 L1(size = options.l1size, assoc = 4))
/gem5/src/arch/arm/
H A Dpagetable.hh79 L1, enumerator in enum:ArmISA::LookupLevel
153 attributes(0), lookupLevel(L1), asid(_asn), vmid(0), N(0),
168 pfn(0), size(0), vpn(0), attributes(0), lookupLevel(L1), asid(0),
H A Dtable_walker.cc149 stateQueues[L0].empty() && stateQueues[L1].empty() &&
476 ArmFault::TranslationLL + L1,
484 ArmFault::TranslationLL + L1, isStage2,
496 ArmFault::TranslationLL + L1,
504 ArmFault::TranslationLL + L1, isStage2,
520 TlbEntry::DomainType::NoAccess, L1);
545 sizeof(uint32_t), flag, L1, &doL1DescEvent,
559 LookupLevel start_lookup_level = L1;
576 start_lookup_level = currState->vtcr.sl0 ? L1 : L2;
610 ArmFault::TranslationLL + L1,
[all...]
H A Dtable_walker.hh115 lookupLevel = L1;
435 // and at L1 for 16/64 KB granules
452 return lookupLevel == L1 ? 30 /* 1 GB */
521 if (lookupLevel == L1)
/gem5/ext/mcpat/
H A Dcacheunit.cc100 if (cache_params.cache_level == L1) {
235 if (cache_params.cache_level == L1) {
292 if (cache_params.cache_level == L1) {
347 if (cache_params.cache_level == L1) {
402 if (cache_params.cache_level == L1) {
573 cache_params.cache_level = L1;
H A Dbasic_components.h77 L1, enumerator in enum:CacheLevel

Completed in 20 milliseconds