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

/gem5/src/mem/slicc/symbols/
H A DRequestType.py29 class RequestType(Symbol): class in inherits:Symbol
31 return "[RequestType: %s]" % self.ident
33 __all__ = [ "RequestType" ]
H A D__init__.py33 from slicc.symbols.RequestType import RequestType
/gem5/src/dev/virtio/
H A Dblock.hh105 typedef uint32_t RequestType; typedef in class:VirtIOBlock
107 static const RequestType T_IN = 0;
109 static const RequestType T_OUT = 1;
111 static const RequestType T_FLUSH = 4;
128 RequestType type;
/gem5/src/mem/slicc/ast/
H A DTypeFieldEnumAST.py29 from slicc.symbols import Event, State, RequestType
58 if str(type) == "RequestType":
60 self.error("RequestType declaration not part of a machine.")
61 s = RequestType(self.symtab, self.field_id, self.location,

Completed in 6 milliseconds