/gem5/src/cpu/ |
H A D | exetrace.hh | 50 ExeTracerRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument 71 getInstRecord(Tick when, ThreadContext *tc, const StaticInstPtr staticInst, TheISA::PCState pc, const StaticInstPtr macroStaticInst = NULL) argument
|
H A D | inteltrace.hh | 48 IntelTraceRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument 67 getInstRecord(Tick when, ThreadContext *tc, const StaticInstPtr staticInst, TheISA::PCState pc, const StaticInstPtr macroStaticInst = NULL) argument
|
H A D | inst_pb_trace.hh | 68 InstPBTraceRecord(InstPBTrace& _tracer, Tick when, ThreadContext *tc, const StaticInstPtr si, TheISA::PCState pc, const StaticInstPtr mi = NULL) argument
|
H A D | nativetrace.hh | 56 NativeTraceRecord(NativeTrace * _parent, Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument 81 getInstRecord(Tick when, ThreadContext *tc, const StaticInstPtr staticInst, TheISA::PCState pc, const StaticInstPtr macroStaticInst = NULL) argument
|
/gem5/src/arch/arm/tracers/ |
H A D | tarmac_record_v8.hh | 132 TarmacTracerRecordV8(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, ArmISA::PCState _pc, TarmacTracer& _parent, const StaticInstPtr _macroStaticInst = NULL) argument
|
H A D | tarmac_parser.hh | 243 getInstRecord(Tick when, ThreadContext *tc, const StaticInstPtr staticInst, ArmISA::PCState pc, const StaticInstPtr macroStaticInst = NULL) argument
|
/gem5/ext/googletest/googletest/include/gtest/internal/ |
H A D | gtest-linked_ptr.h | 152 explicit linked_ptr(T* ptr = NULL) { capture(ptr); } argument 178 void reset(T* ptr = NULL) { argument
|
H A D | gtest-internal.h | 932 IsContainerTest(int , typename C::iterator* = NULL, typename C::const_iterator* = NULL) argument [all...] |
H A D | gtest-port.h | 1119 explicit scoped_ptr(T* p = NULL) : ptr_(p) {} argument 1132 void reset(T* p = NULL) { argument [all...] |
/gem5/ext/systemc/src/sysc/qt/ |
H A D | stp.c | 6 #define NULL 0 macro
|
/gem5/src/mem/ |
H A D | mem_checker.hh | 207 ByteTracker(Addr addr = 0, const MemChecker *parent = NULL) argument
|
/gem5/src/dev/arm/ |
H A D | hdlcd.cc | 89 imgFormat(p->frame_format), pic(NULL), conv(PixelConverter::rgba8888_le), variable
|
/gem5/ext/libelf/ |
H A D | _libelf.h | 36 #define NULL ((void *) 0) macro
|
/gem5/src/sim/ |
H A D | insttracer.hh | 150 InstRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
|
/gem5/ext/systemc/src/sysc/utils/ |
H A D | sc_vector.h | 181 sc_direct_access(const U&, typename sc_meta::enable_if<sc_meta::is_more_const< type, typename U::policy::element_type>::value>::type* = NULL) argument 282 sc_vector_iter( const sc_vector_iter<OtherElement, OtherPolicy>& it , typename sc_meta::enable_if<sc_meta::is_more_const< element_type, typename OtherPolicy::element_type>::value>::type* = NULL) argument
|
/gem5/src/cpu/minor/ |
H A D | lsq.hh | 375 SingleDataRequest(LSQ &port_, MinorDynInstPtr inst_, bool isLoad_, PacketDataPtr data_ = NULL, uint64_t *res_ = NULL) argument [all...] |
/gem5/src/base/ |
H A D | cp_annotate.hh | 106 hwQ(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument 109 hwDq(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument 112 hwPq(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument 115 hwRq(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument 118 hwWf(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument 121 hwWe(flags f, System *sys, uint64_t frame, std::string sm, std::string q, uint64_t qid, System *q_sys = NULL, int32_t count = 1) argument [all...] |
/gem5/src/arch/arm/ |
H A D | faults.hh | 296 UndefinedInstruction(ExtMachInst _machInst, bool _unknown, const char *_mnemonic = NULL, bool _disabled = false) argument 304 UndefinedInstruction(ExtMachInst _machInst, uint32_t _iss, ExceptionClass _overrideEc, const char *_mnemonic = NULL) argument
|
/gem5/ext/googletest/googletest/include/gtest/ |
H A D | gtest.h | 272 AssertionResult( const T& success, typename internal::EnableIf< !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type* = NULL) argument [all...] |
/gem5/src/python/m5/ |
H A D | params.py | 1836 NULL = NullSimObject() variable
|
/gem5/ext/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 2438 ASSERT_STREQ(static_cast<const char *>(NULL), NULL); local 2465 ASSERT_STRCASEEQ(static_cast<const char *>(NULL), NULL); local 2488 ASSERT_STREQ(static_cast<const wchar_t *>(NULL), NULL); local [all...] |