Searched refs:entry (Results 576 - 600 of 1230) sorted by relevance

<<21222324252627282930>>

/gem5/src/systemc/tests/systemc/misc/unit/data/datawidth_unsigned/truncation/
H A Ddatawidth.cpp45 datawidth::entry() function in class:datawidth
/gem5/src/systemc/tests/systemc/misc/unit/data/general/add_promote/
H A Ddatawidth.cpp45 datawidth::entry() function in class:datawidth
/gem5/src/systemc/tests/systemc/misc/unit/data/general/array_range/
H A Dstimgen.cpp45 stimgen::entry() function in class:stimgen
/gem5/src/systemc/tests/systemc/misc/unit/data/general/int_to_bits/
H A Ddatawidth.cpp45 datawidth::entry() function in class:datawidth
/gem5/src/systemc/tests/systemc/misc/unit/data/general/promote_add/
H A Ddatawidth.cpp45 datawidth::entry() function in class:datawidth
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test2/
H A Dtest2.cpp59 SC_THREAD( entry );
64 void entry() { function
96 SC_CTHREAD( entry, clk.pos() );
100 void entry() { function
/gem5/src/systemc/tests/systemc/misc/user_guide/async_chn/test3/
H A Dtest3.cpp54 SC_THREAD( entry );
58 void entry() { function
87 SC_CTHREAD( entry, clk.pos() );
91 void entry() { function
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt12.1/
H A Dram.cpp45 void ram::entry() function in class:ram
59 } // end of entry function
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt12.2/
H A Dram.cpp43 void ram::entry() function in class:ram
61 } // end of entry function
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt14.1/
H A Dproc2.cpp43 void proc2::entry() function in class:proc2
63 } // end of entry function
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt3.2/
H A Dsg.cpp42 void stimgen::entry() function in class:stimgen
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.1/
H A Dstage1.cpp43 void stage1::entry() function in class:stage1
56 } // end of entry function
H A Dstage2.cpp43 void stage2::entry() function in class:stage2
56 } // end of entry function
H A Dstage3.cpp44 void stage3::entry() function in class:stage3
58 } // end of entry function
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Dstage1.cpp43 void stage1::entry() function in class:stage1
56 } // end of entry function
H A Dstage2.cpp43 void stage2::entry() function in class:stage2
56 } // end of entry function
H A Dstage3.cpp44 void stage3::entry() function in class:stage3
58 } // end of entry function
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt6.1/
H A Dts_buf.cpp43 void ts_buf::entry() function in class:ts_buf
59 } // end of entry function
/gem5/src/mem/cache/tags/indexing_policies/
H A Dset_associative.hh122 * Regenerate an entry's address from its tag and assigned set and way.
125 * @param entry The entry.
126 * @return the entry's original addr value.
128 Addr regenerateAddr(const Addr tag, const ReplaceableEntry* entry) const
/gem5/src/mem/cache/
H A Dwrite_queue.hh90 * Mark the given entry as in service. This removes the entry from
91 * the readyList or deallocates the entry if it does not expect a
94 * @param entry The entry to mark in service.
96 void markInService(WriteQueueEntry *entry);
/gem5/src/base/filters/
H A Dbase.hh57 /** Threshold at which a filter entry starts being considered as set. */
78 for (auto& entry : filter) {
79 entry.reset();
120 * @return Whether the respective filter entry is set.
129 * Get the value stored in the corresponding filter entry of an address.
132 * @param Get the value stored in the respective filter entry.
144 for (const auto& entry : filter) {
145 count += entry;
/gem5/src/mem/cache/prefetch/
H A Ddelta_correlating_prediction_tables.cc136 // Look up table entry, is_secure is unused in findEntry because we
138 DCPTEntry *entry = table.findEntry(pc, false /* unused */); local
139 if (entry != nullptr) {
140 entry->addAddress(address, deltaBits);
142 entry->getCandidates(addresses, deltaMaskBits);
144 entry = table.findVictim(pc);
146 table.insertEntry(pc, false /* unused */, entry);
148 entry->lastAddress = address;
H A Dsignature_path.hh60 /** Number of strides stored in each pattern entry */
71 /** Signature entry data type */
84 /** A stride entry with its counter */
94 /** Pattern entry data type, a set of stride and counter entries */
108 for (auto &entry : strideEntries) {
109 entry.counter.reset();
110 entry.stride = 0;
116 * Returns the entry with the desired stride
118 * @result a pointer to the entry, if the stride was found, or nullptr,
124 for (auto &entry
[all...]
H A Dindirect_memory.cc78 // Check if the entry tracking misses has already set its second index
131 // add or update an entry in the pattern detector and
135 // Enabled entry, update the index
185 // release the IPD entry
201 IndirectPatternDetectorEntry *entry = ipdEntryTrackingMisses; local
204 assert(entry->numMisses < entry->baseAddr.size());
205 std::vector<Addr> &ba_array = entry->baseAddr[entry->numMisses];
208 ba_array[idx] = miss_addr - (entry
220 IndirectPatternDetectorEntry *entry = ipdEntryTrackingMisses; local
[all...]
/gem5/src/dev/net/
H A Dpktfifo.cc96 for (const auto &entry : fifo)
97 entry.serialize(csprintf("%s.entry%d", base, i++), cp);
112 PacketFifoEntry entry; local
113 entry.unserialize(csprintf("%s.entry%d", base, i), cp);
114 fifo.push_back(entry);

Completed in 18 milliseconds

<<21222324252627282930>>