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

<<41424344454647484950

/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_test.cpp41 a2901_test::entry() function in class:a2901_test
/gem5/src/mem/cache/
H A Dbase.cc997 // tags, then the data entry. In the case of parallel accesses the
1091 // Note: markInService will remove entry from writeback buffer.
1140 // a smaller size, and now it doesn't fit the entry anymore).
1239 // a smaller size, and now it doesn't fit the entry anymore).
1491 // The victim will be replaced by a new entry, so increase the replacement
1519 // Insert new block at victimized entry
2596 QueueEntry* entry = cache.getNextQueueEntry();
2598 if (!entry) {
2605 if (checkConflictingSnoop(entry->getTarget()->pkt)) {
2608 waitingOnRetry = entry
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h85 // Gets the cache entry for the given type, creating it if necessary. The return value is the pair
86 // returned by emplace, i.e. an iterator for the entry and a bool set to `true` if the entry was
90 // Populates a just-created cache entry.
105 // We found a cache entry for it, so it's either pybind-registered or has pre-computed
149 // New cache entry: populate it
1410 for (const auto &entry: entries)
1411 if (!entry)
1415 for (auto & entry: entries)
1416 PyTuple_SET_ITEM(result.ptr(), counter++, entry
[all...]
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.cpp1724 // void cycle_mode::entry()
1731 void cycle_model::entry() { function in class:cycle_model
/gem5/src/sim/
H A Dsyscall_emul.hh881 for (auto entry : special_paths) {
882 if (startswith(path, entry)) {

Completed in 33 milliseconds

<<41424344454647484950