Searched refs:entry (Results 1176 - 1200 of 1230) sorted by relevance

<<41424344454647484950

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_phase_callback_registry.h61 struct entry struct in class:sc_core::sc_phase_callback_registry
102 typedef std::vector<entry> storage_type;
/gem5/src/sim/
H A Ddvfs_handler.cc74 "system clk domain entry");
79 auto entry = std::make_pair(domain_id, d); local
80 bool new_elem = domains.insert(entry).second;
/gem5/src/cpu/pred/
H A Dbpred_unit.hh155 * Looks up a given PC in the BTB to see if a matching entry exists.
215 bool operator==(const PredictorHistory &entry) const {
216 return this->seqNum == entry.seqNum;
219 /** The sequence number for the predictor history entry. */
303 /** Stat for percent times an entry in BTB found. */
H A Dstatistical_corrector.hh107 unsigned entry = getEntry(branch_pc, idx); local
108 int64_t hist = (localHistories[idx][entry] << 1) + taken;
114 localHistories[idx][entry] = hist;
/gem5/src/arch/arm/
H A Disa.hh138 struct MiscRegLUTEntry &entry; member in class:ArmISA::ISA::MiscRegLUTEntryInitializer
143 entry.lower = l;
144 entry.upper = u;
148 entry._res0 = mask;
152 entry._res1 = mask;
156 entry._raz = mask;
160 entry._rao = mask;
362 : entry(e),
H A Dtlb.cc164 // We only move the hit entry ahead when the position is higher
193 // insert a new TLB entry
195 TLB::insert(Addr addr, TlbEntry &entry) argument
197 DPRINTF(TLB, "Inserting entry into TLB with pfn:%#x size:%#x vpn: %#x"
199 " ap:%#x domain:%#x ns:%d nstid:%d isHyp:%d\n", entry.pfn,
200 entry.size, entry.vpn, entry.asid, entry.vmid, entry
[all...]
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/modulo/
H A Dmodulo.cpp41 void modulo::entry(){ function in class:modulo
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/mult/
H A Dmult.cpp41 void mult::entry(){ function in class:mult
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/datatypes/
H A Ddatatypes.cpp41 void datatypes::entry() function in class:datatypes
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/datatypes/
H A Ddatatypes.cpp41 void datatypes::entry() function in class:datatypes
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/datatypes/
H A Ddatatypes.cpp43 void datatypes::entry() function in class:datatypes
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/sharing/
H A Dsharing.cpp43 void sharing::entry() function in class:sharing
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shr/sharing/
H A Dsharing.cpp43 void sharing::entry() function in class:sharing
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/datatypes/
H A Ddatatypes.cpp41 void datatypes::entry() function in class:datatypes
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/conditions/
H A Dconditions.cpp41 void conditions::entry(){ function in class:conditions
/gem5/src/systemc/tests/systemc/misc/semantic/2.5/
H A DT_2_5_1_1.cpp77 MYNAME::entry() function in class:MYNAME
/gem5/src/systemc/tests/systemc/misc/synth/concat/lvalue/
H A Dtest.cpp50 void test::entry() function in class:test
/gem5/src/systemc/tests/systemc/misc/synth/concat/rvalue/
H A Dtest.cpp50 void test::entry() function in class:test
/gem5/src/systemc/tests/systemc/misc/synth/wait_until/misc/test5/
H A Dtest5.cpp40 void t::entry() function in class:t
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt11.7/
H A Dmean.cpp51 void mean::entry() function in class:mean
116 } // end of entry function
/gem5/src/arch/x86/
H A Dtlb.hh147 TlbEntry *insert(Addr vpn, const TlbEntry &entry);
/gem5/src/mem/cache/compressors/
H A Dbdi.cc262 // We decompress all base-delta pairs that form the 64-bit entry
269 // Mask for a base entry
272 // Size, in bits, of a base entry. Cant be const because compiler will
277 // Concatenate all base-delta entries until they form a 64-bit entry
307 [](const uint64_t entry){ return entry == 0; });
316 [rep_value](const uint64_t entry)
317 {return entry == rep_value;});
/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.cc119 AccessMapPatternMatching::setEntryState(AccessMapEntry &entry, argument
122 enum AccessMapState old = entry.states[block];
123 entry.states[block] = state;
H A Dpif.cc162 temporalCompactor.pop_front(); // Discard the LRU entry
167 // If the compactor entry is neither the spatial or can't be
171 // Insert the spatial entry into the history buffer and update
172 // the 'index' table to point to the new entry
209 // Advance to the next entry (first check if we have reached the
222 // Check if a valid entry in the 'index' table is found and allocate a new
231 CompactorEntry *entry = &historyBuffer[hb_entry]; local
237 streamAddressBuffer.push_back(entry);
239 entry->getPredictedAddresses(lBlkSize, addresses);
/gem5/src/systemc/tests/
H A Dverify.py315 for entry in contents:
316 self.entries[entry] = Entry(entry)
318 def entry(self, name): member in class:GoldenDir
455 log_path = gd.entry(log_file)
465 ref_path = gd.entry(name)

Completed in 33 milliseconds

<<41424344454647484950