Searched refs:std (Results 1176 - 1200 of 1914) sorted by relevance

<<41424344454647484950>>

/gem5/src/mem/cache/
H A Dwrite_queue.cc55 WriteQueue::WriteQueue(const std::string &_label,
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.hh115 SCEventQueue(const std::string &name,
/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.h72 std::vector<Data::MemCommand> cmdList;
/gem5/src/arch/riscv/
H A Dfaults.hh161 const std::string reason;
164 IllegalInstFault(std::string r, const ExtMachInst inst)
174 const std::string instName;
177 UnimplementedFault(std::string name, const ExtMachInst inst)
H A Disa.hh68 std::vector<RegVal> miscRegFile;
H A Dremote_gdb.cc148 using namespace std;
/gem5/src/kern/linux/
H A Dlinux.hh235 static int openSpecialFile(std::string path, Process *process,
237 static std::string procMeminfo(Process *process, ThreadContext *tc);
238 static std::string etcPasswd(Process *process, ThreadContext *tc);
239 static std::string cpuOnline(Process *process, ThreadContext *tc);
/gem5/src/mem/cache/prefetch/
H A Dsignature_path_v2.hh85 std::vector<AddrPriority> &addresses) override
H A Dmulti.cc64 next_ready = std::min(next_ready, pf->nextPrefetchReadyTime());
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc42 typedef std::map<std::type_index, key_type> type_map;
56 register_extension(std::type_index type)
86 ispex_base::register_private_extension(const std::type_info &type)
/gem5/src/arch/x86/bios/
H A De820.cc46 using namespace std;
/gem5/src/cpu/pred/
H A D2bit_local.hh122 std::vector<SatCounter> localCtrs;
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh173 std::set<InstSeqNum>::iterator sn_it = cpu->snList.begin();
189 std::cout << staticInst->disassemble(pc.instAddr());
195 BaseDynInst<Impl>::dump(std::string &outstring)
197 std::ostringstream s;
/gem5/src/sim/
H A Dsyscall_desc.cc80 *fault = std::make_shared<SyscallRetryFault>();
H A Dvoltage_domain.cc58 fatal_if(!std::is_sorted(voltageOpPoints.begin(), voltageOpPoints.end(),
59 std::greater<Voltages::value_type>()), "DVFS: Voltage operation "\
/gem5/src/mem/ruby/system/
H A DDMASequencer.hh81 typedef std::unordered_map<Addr, DMARequest> RequestTable;
/gem5/src/dev/
H A Dio_device.cc67 PioDevice::getPort(const std::string &if_name, PortID idx)
/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp27 std::string toString() {
28 return "ExampleMandA[value=" + std::to_string(value) + "]";
109 class ArgInspector1 { public: std::string arg = "(default arg inspector 1)"; };
110 class ArgInspector2 { public: std::string arg = "(default arg inspector 2)"; };
119 std::string(convert ? "WITH" : "WITHOUT") + " conversion allowed. "
120 "Argument value = " + (std::string) str(src);
134 std::string(convert ? "WITH" : "WITHOUT") + " conversion allowed. "
135 "Argument value = " + (std::string) str(src);
182 int none3(std::shared_ptr<NoneTester> &obj) { return obj ? obj->answer : -1; }
183 int none4(std
[all...]
H A Dtest_gil_scoped.cpp39 [](const std::function<void()> &func) { func(); });
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.cpp50 std::cout << "**** " << sc_time_stamp() << " (" \
52 << " - " << P->name() << std::endl; \
122 ::std::cout << "Terminating process "
123 << thread_h->name() << ::std::endl;
177 const std::vector<sc_object*>& children = get_child_objects();
235 const std::vector<sc_object*>& children = get_child_objects();
280 const std::vector<sc_object*> children = get_child_objects();
353 const std::vector<sc_object*>& children = get_child_objects();
510 const std::vector<sc_object*>& children = get_child_objects();
637 const std
[all...]
/gem5/src/dev/storage/
H A Ddisk_image.cc54 using namespace std;
101 std::streampos
114 std::streampos
115 RawDiskImage::read(uint8_t *data, std::streampos offset) const
136 std::streampos
137 RawDiskImage::write(const uint8_t *data, std::streampos offset)
388 std::streampos
392 std::streampos
393 CowDiskImage::read(uint8_t *data, std::streampos offset) const
412 std
[all...]
/gem5/ext/dsent/util/
H A DResult.h33 using std::ostream;
34 using std::vector;
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh112 std::ostream & outputStartState(std::ostream & os);
/gem5/src/dev/pci/
H A Ddevice.hh106 std::vector<MSIXTable> msix_table;
107 std::vector<MSIXPbaEntry> msix_pba;
/gem5/src/mem/ruby/common/
H A DDataBlock.cc81 DataBlock::print(std::ostream& out) const
83 using namespace std;

Completed in 31 milliseconds

<<41424344454647484950>>