/gem5/ext/drampower/src/ |
H A D | Utils.h | 47 T fromString(const std::string& s, argument
|
H A D | Parameter.h | [all...] |
/gem5/src/doxygen/ |
H A D | stl.hh | 37 namespace std { namespace
|
/gem5/src/cpu/simple/probes/ |
H A D | simpoint.cc | 78 SimPoint::profile(const std::pair<SimpleThread*, StaticInstPtr>& p) argument
|
H A D | simpoint.hh | 64 namespace std { namespace
|
/gem5/tests/test-progs/insttest/src/riscv/ |
H A D | insttest.h | 54 operator<<(std::ostream& os, const std::pair<A, B>& p) argument
|
/gem5/src/systemc/utils/ |
H A D | report.cc | 77 DefaultReportMessages( std::initializer_list<std::pair<int, const char *>> msgs) argument [all...] |
/gem5/src/cpu/ |
H A D | exec_context.hh | 237 readMem(Addr addr, uint8_t *data, unsigned int size, Request::Flags flags, const std::vector<bool>& byteEnable = std::vector<bool>()) argument 251 initiateMemRead(Addr addr, unsigned int size, Request::Flags flags, const std::vector<bool>& byteEnable = std::vector<bool>()) argument
|
/gem5/ext/pybind11/include/pybind11/ |
H A D | chrono.h | 64 static const std::chrono::duration<rep, period>& get_duration(const std::chrono::duration<rep, period> &src) { argument 69 template <typename Clock> static std::chrono::duration<rep, period> get_duration(const std::chrono::time_point<Clock, std::chrono::duration<rep, period>> &src) { argument 147 cast(const std::chrono::time_point<std::chrono::system_clock, Duration> &src, return_value_policy , handle ) argument [all...] |
H A D | iostream.h | 109 scoped_ostream_redirect( std::ostream &costream = std::cout, object pyostream = module::import(�).attr(�)) argument 140 scoped_estream_redirect( std::ostream &costream = std::cerr, object pyostream = module::import(�).attr(�)) argument [all...] |
/gem5/src/arch/power/ |
H A D | types.hh | 91 namespace std { namespace
|
/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_pvector.h | |
/gem5/src/base/ |
H A D | coroutine.hh | 101 operator()(typename std::enable_if< argument 195 operator ()(typename std::enable_if< !std::is_same<T, void>::value, T>::type param) argument [all...] |
H A D | refcnt.hh | |
H A D | bitunion.hh | 406 namespace std namespace [all...] |
/gem5/ext/pybind11/tests/ |
H A D | test_stl.cpp | 47 namespace std { namespace [all...] |
H A D | test_operator_overloading.cpp | 58 namespace std { namespace
|
/gem5/src/arch/generic/ |
H A D | vec_reg.hh | 585 namespace std { namespace [all...] |
/gem5/src/sim/ |
H A D | futex_map.hh | 61 namespace std { namespace
|
/gem5/src/mem/cache/tags/ |
H A D | fa_lru.hh | 128 std::size_t operator()(const std::pair<T1, T2> &p) const argument [all...] |
/gem5/src/cpu/simple/ |
H A D | base.hh | 145 readMem(Addr addr, uint8_t* data, unsigned size, Request::Flags flags, const std::vector<bool>& byteEnable = std::vector<bool>()) argument 151 initiateMemRead(Addr addr, unsigned size, Request::Flags flags, const std::vector<bool>& byteEnable = std::vector<bool>()) argument 157 writeMem(uint8_t* data, unsigned size, Addr addr, Request::Flags flags, uint64_t* res, const std::vector<bool>& byteEnable = std::vector<bool>()) argument
|
/gem5/ext/systemc/src/sysc/datatypes/bit/ |
H A D | sc_logic.h | 282 static void* operator new( std::size_t, void* p ) // placement new argument [all...] |
/gem5/ext/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 203 operator <<( ::std::basic_ostream<Char, CharTraits>& os, const T& x) argument 610 PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) argument 615 PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) argument 620 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) argument 625 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, ::std::ostream* os) argument 632 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, ::std::ostream* os) argument 639 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, ::std::ostream* os) argument 646 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, ::std::ostream* os) argument 653 PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, ::std::ostream* os) argument 660 PrintTo( const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, ::std::ostream* os) argument 676 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument [all...] |
/gem5/ext/googletest/googletest/include/gtest/internal/ |
H A D | gtest-tuple.h | 112 namespace std { namespace 259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {} argument 268 tuple& operator=(const ::std::pair<U0, U1>& p) { argument [all...] |
/gem5/src/mem/cache/compressors/ |
H A D | cpack.hh | 83 static std::unique_ptr<Pattern> getPattern( argument 108 static std::unique_ptr<Pattern> getPattern( argument 370 PatternZZZZ(const std::array<uint8_t, 4> bytes, const int match_location) argument 373 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument 398 PatternXXXX(const std::array<uint8_t, 4> bytes, const int match_location) argument 401 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument 421 PatternMMMM(const std::array<uint8_t, 4> bytes, const int match_location) argument 424 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument 449 PatternMMXX(const std::array<uint8_t, 4> bytes, const int match_location) argument 453 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument 481 PatternZZZX(const std::array<uint8_t, 4> bytes, const int match_location) argument 484 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument 509 PatternMMMX(const std::array<uint8_t, 4> bytes, const int match_location) argument 513 isPattern(const std::array<uint8_t, 4>& bytes, const std::array<uint8_t, 4>& dict_bytes, const int match_location) argument [all...] |