Searched refs:nextState (Results 1 - 10 of 10) sorted by relevance

/gem5/src/mem/slicc/generate/
H A Dtex.py57 nextState = trans.getNextStateShorthand() variable
59 nextState = "" variable
61 if nextState and actions:
63 state_str += nextState
/gem5/src/mem/slicc/symbols/
H A DTransition.py32 def __init__(self, table, machine, state, event, nextState, actions,
39 if nextState == '*':
48 self.nextState = WildcardState(machine.symtab,
51 self.nextState = machine.states[nextState]
65 (self.state, self.event, self.nextState, self.actions)
H A DStateMachine.py1314 if trans.state != trans.nextState:
1315 if trans.nextState.isWildcard():
1324 ns_ident = trans.nextState.ident
1518 next = trans.nextState
/gem5/src/arch/x86/
H A Ddecoder.cc181 State nextState = PrefixState; local
227 nextState = Vex2Of2State;
232 nextState = Vex2Of3State;
235 nextState = OneByteOpcodeState;
241 return nextState;
379 State nextState = ErrorState; local
384 nextState = TwoByteOpcodeState;
390 nextState = processOpcode(ImmediateTypeOneByte, UsesModRMOneByte,
393 return nextState;
401 State nextState local
453 State nextState = ErrorState; local
512 State nextState = ErrorState; local
567 State nextState = ErrorState; local
589 State nextState = ErrorState; local
637 State nextState = ErrorState; local
[all...]
H A Dpagetable_walker.cc235 nextState = state;
245 state = nextState;
246 nextState = Ready;
251 nextState = Waiting;
271 state = nextState;
272 nextState = Ready;
313 nextState = LongPDP;
328 nextState = LongPD;
347 nextState = LongPTE;
390 nextState
[all...]
H A Dpagetable_walker.hh100 State nextState; member in class:X86ISA::Walker::WalkerState
119 nextState(Ready), inflight(0),
/gem5/src/dev/pci/
H A Dcopy_engine.cc86 completionDataReg(0), nextState(Idle),
144 nextState = DescriptorFetch;
150 nextState = AddressFetch;
160 nextState = Idle;
480 nextState = CompletionWrite;
487 nextState = Idle;
496 nextState = DMARead;
517 nextState = DMAWrite;
549 nextState = CompletionWrite;
569 nextState
694 int nextState = this->nextState; local
711 int nextState; local
[all...]
H A Dcopy_engine.hh93 ChannelState nextState; member in class:CopyEngine::CopyEngineChannel
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.hh104 size_t nextState();
H A Dtraffic_gen.cc341 TrafficGen::nextState() function in class:TrafficGen
361 currState = nextState();

Completed in 18 milliseconds