Searched refs:EntryType (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/slicc/ast/
H A DActionDeclAST.py65 if machine.EntryType != None:
67 machine.EntryType, "m_cache_entry_ptr", self.pairs)
H A DInPortDeclAST.py82 if machine.EntryType != None:
83 param_types.append(machine.EntryType)
H A DFuncCallExprAST.py134 if machine.TBEType != None and machine.EntryType != None:
142 elif machine.EntryType != None:
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py94 self.EntryType = None
160 pass # this isn't the EntryType
162 if self.EntryType != None:
165 self.EntryType = type
338 if self.EntryType != None:
340 ${{self.EntryType.c_ident}}* m_cache_entry_ptr,
359 if self.EntryType != None:
361 ${{self.EntryType.c_ident}}*& m_cache_entry_ptr,
383 if self.EntryType != None:
387 void set_cache_entry(${{self.EntryType
[all...]
/gem5/src/arch/sparc/
H A Dpagetable.hh75 enum EntryType { enum in class:SparcISA::PageTableEntry
83 EntryType type;
91 PageTableEntry(uint64_t e, EntryType t = sun4u)
98 populate(uint64_t e, EntryType t = sun4u)
/gem5/src/arch/arm/
H A Dtable_walker.hh98 enum EntryType { enum in class:ArmISA::TableWalker::L1Descriptor
133 EntryType type() const
135 return (EntryType)(data & 0x3);
381 enum EntryType { enum in class:ArmISA::TableWalker::LongDescriptor
430 EntryType type() const

Completed in 12 milliseconds