Searched defs:_pc (Results 1 - 16 of 16) sorted by relevance

/gem5/src/cpu/
H A Dexetrace.hh50 ExeTracerRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dinteltrace.hh48 IntelTraceRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dnativetrace.hh56 NativeTraceRecord(NativeTrace * _parent, Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dbase_dyn_inst_impl.hh62 BaseDynInst(const StaticInstPtr &_staticInst, const StaticInstPtr &_macroop, TheISA::PCState _pc, TheISA::PCState _predPC, InstSeqNum seq_num, ImplCPU *cpu) argument
/gem5/src/arch/arm/tracers/
H A Dtarmac_record_v8.hh132 TarmacTracerRecordV8(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, ArmISA::PCState _pc, TarmacTracer& _parent, const StaticInstPtr _macroStaticInst = NULL) argument
H A Dtarmac_base.cc54 TarmacBaseRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, PCState _pc, const StaticInstPtr _macroStaticInst) argument
H A Dtarmac_tracer.hh64 TarmacContext(ThreadContext* _thread, const StaticInstPtr _staticInst, ArmISA::PCState _pc) argument
H A Dtarmac_record.cc107 TarmacTracerRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, PCState _pc, TarmacTracer& _tracer, const StaticInstPtr _macroStaticInst) argument
H A Dtarmac_parser.cc758 TarmacParserRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, PCState _pc, TarmacParser& _parent, const StaticInstPtr _macroStaticInst) argument
H A Dtarmac_parser.hh95 TarmacParserRecordEvent(TarmacParser& _parent, ThreadContext *_thread, const StaticInstPtr _inst, ArmISA::PCState _pc, bool _mismatch, bool _mismatch_on_pc_or_opcode) argument
/gem5/src/arch/generic/
H A Dtypes.hh57 Addr _pc; member in class:GenericISA::PCStateBase
120 SERIALIZE_SCALAR(_pc); variable
127 UNSERIALIZE_SCALAR(_pc); variable
328 Base::_pc = Base::_npc; member in class:GenericISA::DelaySlotPCState::Base
[all...]
/gem5/src/arch/alpha/
H A Dfaults.hh238 ItbFault(Addr _pc) : pc(_pc) { } argument
/gem5/src/mem/ruby/slicc_interface/
H A DRubyRequest.hh65 RubyRequest(Tick curTime, uint64_t _paddr, uint8_t* _data, int _len, uint64_t _pc, RubyRequestType _type, RubyAccessMode _access_mode, PacketPtr _pkt, PrefetchBit _pb = PrefetchBit_No, ContextID _proc_id = 100, ContextID _core_id = 99, HSAScope _scope = HSAScope_UNSPECIFIED, HSASegment _segment = HSASegment_GLOBAL) argument
87 RubyRequest(Tick curTime, uint64_t _paddr, uint8_t* _data, int _len, uint64_t _pc, RubyRequestType _type, RubyAccessMode _access_mode, PacketPtr _pkt, PrefetchBit _pb, unsigned _proc_id, unsigned _core_id, int _wm_size, std::vector<bool> & _wm_mask, DataBlock & _Data, HSAScope _scope = HSAScope_UNSPECIFIED, HSASegment _segment = HSASegment_GLOBAL) argument
114 RubyRequest(Tick curTime, uint64_t _paddr, uint8_t* _data, int _len, uint64_t _pc, RubyRequestType _type, RubyAccessMode _access_mode, PacketPtr _pkt, PrefetchBit _pb, unsigned _proc_id, unsigned _core_id, int _wm_size, std::vector<bool> & _wm_mask, DataBlock & _Data, std::vector< std::pair<int,AtomicOpFunctor*> > _atomicOps, HSAScope _scope = HSAScope_UNSPECIFIED, HSASegment _segment = HSASegment_GLOBAL) argument
/gem5/src/sim/
H A Dinsttracer.hh150 InstRecord(Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh113 MPPBranchInfo(Addr _pc, int pcshift, bool cb) : pc((unsigned int)_pc), argument
/gem5/src/mem/
H A Drequest.hh386 Addr _pc; variable
[all...]

Completed in 31 milliseconds