Searched refs:_tc (Results 1 - 25 of 26) sorted by relevance

12

/gem5/src/arch/generic/freebsd/
H A Dthreadinfo.hh49 ThreadInfo(ThreadContext *_tc) argument
50 : tc(_tc), sys(tc->getSystemPtr())
/gem5/src/cpu/
H A Dquiesce_event.cc37 EndQuiesceEvent::EndQuiesceEvent(ThreadContext *_tc) argument
38 : tc(_tc)
H A Dquiesce_event.hh45 EndQuiesceEvent(ThreadContext *_tc);
H A Dcpuevent.hh62 CpuEvent(ThreadContext *_tc, Priority p = Default_Pri) argument
63 : Event(p), tc(_tc)
85 CpuEventWrapper(T *obj, ThreadContext *_tc, Priority p = Default_Pri) argument
86 : CpuEvent(_tc, p), object(obj)
/gem5/src/mem/
H A Dfs_translating_port_proxy.cc59 tc->getSystemPtr()->cacheLineSize()), _tc(tc)
65 : PortProxy(func, cacheLineSize), _tc(NULL)
71 : PortProxy(port, cacheLineSize), _tc(NULL)
82 if (_tc)
83 paddr = TheISA::vtophys(_tc,gen.addr());
101 if (_tc)
102 paddr = TheISA::vtophys(_tc,gen.addr());
119 if (_tc)
120 paddr = TheISA::vtophys(_tc,gen.addr());
H A Dfs_translating_port_proxy.hh76 ThreadContext* _tc; member in class:FSTranslatingPortProxy
/gem5/src/arch/riscv/
H A Dstacktrace.cc40 ProcessInfo::ProcessInfo(ThreadContext *_tc) argument
72 StackTrace::StackTrace(ThreadContext *_tc, const StaticInstPtr &inst) argument
84 StackTrace::trace(ThreadContext *_tc, bool is_call) argument
H A Dstacktrace.hh51 ProcessInfo(ThreadContext *_tc);
/gem5/src/arch/power/
H A Dstacktrace.cc41 ProcessInfo::ProcessInfo(ThreadContext *_tc) argument
73 StackTrace::StackTrace(ThreadContext *_tc, const StaticInstPtr &inst) argument
85 StackTrace::trace(ThreadContext *_tc, bool is_call) argument
H A Dstacktrace.hh51 ProcessInfo(ThreadContext *_tc);
/gem5/src/arch/arm/
H A Dstacktrace.cc60 ProcessInfo::ProcessInfo(ThreadContext *_tc) : tc(_tc) argument
119 StackTrace::StackTrace(ThreadContext *_tc, const StaticInstPtr &inst) argument
122 trace(_tc, inst);
130 StackTrace::trace(ThreadContext *_tc, bool is_call) argument
H A Dstacktrace.hh56 ProcessInfo(ThreadContext *_tc);
/gem5/src/arch/mips/
H A Dstacktrace.cc46 ProcessInfo::ProcessInfo(ThreadContext *_tc) : tc(_tc) argument
99 StackTrace::StackTrace(ThreadContext *_tc, const StaticInstPtr &inst) argument
102 trace(_tc, inst);
110 StackTrace::trace(ThreadContext *_tc, bool is_call) argument
112 tc = _tc;
H A Dstacktrace.hh53 ProcessInfo(ThreadContext *_tc);
/gem5/src/sim/
H A Dvptr.hh50 explicit VPtr(ThreadContext *_tc, Addr p = 0) argument
51 : tc(_tc), ptr(p)
H A Dfutex_map.hh94 WaiterState(ThreadContext* _tc, int _bitmask) argument
95 : tc(_tc), bitmask(_bitmask)
101 WaiterState(ThreadContext* _tc) argument
102 : tc(_tc), bitmask(0xffffffff)
/gem5/src/arch/x86/
H A Dstacktrace.cc60 ProcessInfo::ProcessInfo(ThreadContext *_tc) : tc(_tc) argument
119 StackTrace::StackTrace(ThreadContext *_tc, const StaticInstPtr &inst) argument
122 trace(_tc, inst);
130 StackTrace::trace(ThreadContext *_tc, bool is_call) argument
H A Dpagetable_walker.hh125 void initState(ThreadContext * _tc, BaseTLB::Mode _mode,
162 Fault start(ThreadContext * _tc, BaseTLB::Translation *translation,
164 Fault startFunctional(ThreadContext * _tc, Addr &addr,
H A Dstacktrace.hh55 ProcessInfo(ThreadContext *_tc);
H A Dpagetable_walker.cc70 Walker::start(ThreadContext * _tc, BaseTLB::Translation *_translation, argument
77 newState->initState(_tc, _mode, sys->isTimingMode());
95 Walker::startFunctional(ThreadContext * _tc, Addr &addr, unsigned &logBytes, argument
98 funcState.initState(_tc, _mode);
180 Walker::WalkerState::initState(ThreadContext * _tc, argument
185 tc = _tc;
/gem5/src/arch/alpha/
H A Dstacktrace.cc48 ProcessInfo::ProcessInfo(ThreadContext *_tc) argument
49 : tc(_tc)
126 StackTrace::StackTrace(ThreadContext *_tc, const StaticInstPtr &inst) argument
129 trace(_tc, inst);
137 StackTrace::trace(ThreadContext *_tc, bool is_call) argument
139 tc = _tc;
H A Dstacktrace.hh56 ProcessInfo(ThreadContext *_tc);
/gem5/src/arch/generic/linux/
H A Dthreadinfo.hh67 ThreadInfo(ThreadContext *_tc, Addr _pcbb = 0) argument
68 : tc(_tc), sys(tc->getSystemPtr()), pcbb(_pcbb)
/gem5/src/base/
H A Dremote_gdb.hh140 void replaceThreadContext(ThreadContext *_tc) { tc = _tc; } argument
/gem5/src/gpu-compute/
H A Dgpu_tlb.hh357 TranslationState(Mode tlb_mode, ThreadContext *_tc, argument
360 : tlbMode(tlb_mode), tc(_tc), tlbEntry(nullptr),

Completed in 28 milliseconds

12