Searched refs:WalkerState (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/x86/
H A Dpagetable_walker.hh80 class WalkerState class in class:X86ISA::Walker
116 WalkerState(Walker * _walker, BaseTLB::Translation *_translation, function in class:X86ISA::Walker::WalkerState
146 friend class WalkerState;
149 std::list<WalkerState *> currStates;
151 WalkerState funcState;
155 WalkerState * senderWalk;
156 WalkerSenderState(WalkerState * _senderWalk) :
189 bool sendTiming(WalkerState * sendingState, PacketPtr pkt);
H A Dpagetable_walker.cc76 WalkerState * newState = new WalkerState(this, _translation, _req);
113 WalkerState * senderWalk = senderState->senderWalk;
117 std::list<WalkerState *>::iterator iter;
119 WalkerState * walkerState = *(iter);
145 std::list<WalkerState *>::iterator iter;
147 WalkerState * walkerState = *(iter);
154 bool Walker::sendTiming(WalkerState* sendingState, PacketPtr pkt)
180 Walker::WalkerState::initState(ThreadContext * _tc,
194 WalkerState *currStat
[all...]
/gem5/src/arch/arm/
H A Dtable_walker.hh67 class WalkerState;
80 virtual bool global(WalkerState *currState) const = 0;
82 virtual bool secure(bool have_security, WalkerState *currState) const = 0;
169 bool global(WalkerState *currState) const
233 bool secure(bool have_security, WalkerState *currState) const
283 bool secure(bool have_security, WalkerState *currState) const
312 bool global(WalkerState *currState) const
417 bool secure(bool have_security, WalkerState *currState) const
551 bool global(WalkerState *currState) const
691 class WalkerState class in class:ArmISA::TableWalker::LongDescriptor
[all...]
H A Dtable_walker.cc130 TableWalker::WalkerState::WalkerState() : function in class:TableWalker::WalkerState
199 WalkerState *savedCurrState = NULL;
202 // For atomic mode, a new WalkerState instance should be only created
205 DPRINTF(TLBVerbose, "creating new instance of WalkerState\n");
207 currState = new WalkerState();
213 DPRINTF(TLBVerbose, "creating functional instance of WalkerState\n");
215 currState = new WalkerState();
386 WalkerState *curr_state_copy = currState;

Completed in 16 milliseconds